ResolvedCollection.GetEnumerator MethodResolvedCollection.GetEnumerator MethodResolvedCollection::GetEnumerator Method
- XmlPrime 4.1
- Other Versions ▼
Returns an enumerator that iterates through the collection.
Syntax
Public Function GetEnumerator() As IEnumerator(Of System.Xml.XPath.XPathItem)
public IEnumerator<System.Xml.XPath.XPathItem> GetEnumerator()
public: virtual IEnumerator<System.Xml.XPath::XPathItem^>^ 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.