XPathLibraryCollection.Count PropertyXPathLibraryCollection.Count PropertyXPathLibraryCollection::Count Property

Gets the number of libraries contained in the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection.

Syntax

Public ReadOnly Property Count As Integer
        Get
public int Count { get; }
public:
property int Count {
    virtual int get() sealed;
}