ParameterTypeDictionary.GetEnumerator MethodParameterTypeDictionary.GetEnumerator MethodParameterTypeDictionary::GetEnumerator Method

Returns an enumerator that iterates through the collection.

Syntax

Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of System.Xml.XmlQualifiedName, XdmType))
public:
virtual IEnumerator<KeyValuePair<System.Xml::XmlQualifiedName^, XdmType^>>^ GetEnumerator() sealed