ParameterDictionary.GetEnumerator MethodParameterDictionary.GetEnumerator MethodParameterDictionary::GetEnumerator Method
Returns an enumerator that iterates through the collection.
Syntax
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of System.Xml.XmlQualifiedName, IEnumerable(Of System.Xml.XPath.XPathItem)))
public IEnumerator<KeyValuePair<System.Xml.XmlQualifiedName, IEnumerable<System.Xml.XPath.XPathItem>>> GetEnumerator()
public: virtual IEnumerator<KeyValuePair<System.Xml::XmlQualifiedName^, IEnumerable<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.