XPathLibraryCollection.GetEnumerator MethodXPathLibraryCollection.GetEnumerator MethodXPathLibraryCollection::GetEnumerator Method

Returns an enumerator that iterates through the XPathLibraryCollectionXPathLibraryCollectionXPathLibraryCollection.

Syntax

Public Function GetEnumerator() As IEnumerator(Of XPathFunctionLibrary)
public IEnumerator<XPathFunctionLibrary> GetEnumerator()
public:
virtual IEnumerator<XPathFunctionLibrary^>^ GetEnumerator() sealed