XmlQueryNodeSequence.IEnumerable<XPathItem>.GetEnumerator Method

Definition

Returns the IEnumerator<T> of XPathItem implementation.

This API supports the product infrastructure and is not intended to be used directly from your code.

 virtual System::Collections::Generic::IEnumerator<System::Xml::XPath::XPathItem ^> ^ System.Collections.Generic.IEnumerable<System.Xml.XPath.XPathItem>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Xml::XPath::XPathItem ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Xml.XPath.XPathItem> IEnumerable<XPathItem>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Xml.XPath.XPathItem>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.XPath.XPathItem>
override this.System.Collections.Generic.IEnumerable<System.Xml.XPath.XPathItem>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Xml.XPath.XPathItem>
Function GetEnumerator () As IEnumerator(Of XPathItem) Implements IEnumerable(Of XPathItem).GetEnumerator

Returns

The IEnumerator<XPathItem> implementation.

Implements

Applies to