KeyDictionary.GetEnumerator MethodKeyDictionary.GetEnumerator MethodKeyDictionary::GetEnumerator Method

Returns an enumerator that iterates through the collection.

Syntax

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