StaticContextSettings.CollectionTypeResolver PropertyStaticContextSettings.CollectionTypeResolver PropertyStaticContextSettings::CollectionTypeResolver Property

Sets the resolver used to compute the type of calls to the fn:collection function .

Syntax

Public Property CollectionTypeResolver As ICollectionTypeResolver
        Get
        Set(ByVal value As ICollectionTypeResolver)
public ICollectionTypeResolver CollectionTypeResolver { get; set; }
public:
property ICollectionTypeResolver^ CollectionTypeResolver {
    ICollectionTypeResolver^ get();
    void set(ICollectionTypeResolver^ value);
}
 

Remarks

If this property is set to null a null reference (Nothing in Visual Basic) nullptr then the type of each call to the fn:collection function is node()*.

By default this is set to null a null reference (Nothing in Visual Basic) nullptr.