XdmType.FunctionType MethodXdmType.FunctionType MethodXdmType::FunctionType Method

Creates a reference to a function type.

Overload List

 NameDescription
Public methodstaticFunctionType ()FunctionType ()FunctionType () Returns a reference to the type that matches all function items.
Public methodstaticFunctionType (XdmType[])FunctionType (XdmType())FunctionType (array<XdmType^>^) Creates a reference to the function type for a function with the specified signature.
Public methodstaticFunctionType (XPathFunctionItem)FunctionType (XPathFunctionItem)FunctionType (XPathFunctionItem^) Creates a reference to the function type for the specified function item.

Top