XmlPrime: XML processing for the .NET framework
  • About
  • Documentation
  • Samples
  • Download
  • Buy
XmlPrime Documentation
Sign in | Contact us | Site map
  • XmlPrime Documentation
  • XmlPrime 2.4
  • XmlPrime Class Library
  • XmlPrime NamespaceXmlPrime NamespaceXmlPrime Namespace
  • ParameterDictionary ClassParameterDictionary ClassParameterDictionary Class
  • ParameterDictionary MethodsParameterDictionary MethodsParameterDictionary Methods
  • GetEnumerator MethodGetEnumerator MethodGetEnumerator Method

ParameterDictionary.GetEnumerator MethodParameterDictionary.GetEnumerator MethodParameterDictionary::GetEnumerator Method

  • XmlPrime 2.4
  • Other Versions ▼
    • XmlPrime 5.0
    • XmlPrime 4.1
    • XmlPrime 4.0
    • XmlPrime 3.1
    • XmlPrime 3.0
    • XmlPrime 2.9
    • XmlPrime 2.8
    • XmlPrime 2.7
    • XmlPrime 2.6
    • XmlPrime 2.5
    • XmlPrime 2.3
    • XmlPrime 2.2
    • XmlPrime 2.1
    • XmlPrime 2.0
    • XmlPrime 1.5
Returns an enumerator that iterates through the collection.
  • Namespace: XmlPrimeXmlPrimeXmlPrime
  • Assembly: XmlPrime (in XmlPrime.dll)

Syntax

  • VB
  • C#
  • C++
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.

See Also

Reference

  • XmlPrime.ParameterDictionary ClassXmlPrime.ParameterDictionary ClassXmlPrime::ParameterDictionary Class
  • XmlPrime NamespaceXmlPrime NamespaceXmlPrime Namespace
Copyright © 2025 Peryton Technologies Limited. All rights reserved.