XPathLibraryCollection.GetEnumerator MethodXPathLibraryCollection.GetEnumerator MethodXPathLibraryCollection::GetEnumerator Method
- XmlPrime 1.0
- Other Versions ▼
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
Return Value
Type: System.Collections.Generic.IEnumerator<T>System.Collections.Generic.IEnumerator(Of T)System.Collections.Generic::IEnumerator<T>^
A IEnumerator<T>IEnumerator(Of T)IEnumerator<T> that can be used to iterate through the collection.