XPathLibraryCollection.Contains MethodXPathLibraryCollection.Contains MethodXPathLibraryCollection::Contains Method
- XmlPrime 1.0
- Other Versions ▼
Determines whether the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection contains a specific library.
Syntax
Public Function Contains( _ library As XPathFunctionLibrary _ ) As Boolean
public bool Contains( XPathFunctionLibrary library )
public: virtual bool Contains( XPathFunctionLibrary^ library ) sealed
Parameters
- library
Type: XmlPrime.XPathFunctionLibraryXmlPrime.XPathFunctionLibraryXmlPrime::XPathFunctionLibrary^
The library to locate in the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection.
Return Value
Type: System.BooleanSystem.BooleanSystem::Boolean
true
True
true
if library is found in the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection;
otherwise, false
False
false
.
Exceptions
Exception | Condition |
ArgumentNullExceptionArgumentNullExceptionArgumentNullException | library is null
a null reference (Nothing in Visual Basic)
nullptr . |