XmlnsDictionary.GetDictionaryEnumerator Method

Definition

Returns a dictionary enumerator that iterates through this XmlnsDictionary.

protected:
 System::Collections::IDictionaryEnumerator ^ GetDictionaryEnumerator();
protected System.Collections.IDictionaryEnumerator GetDictionaryEnumerator ();
member this.GetDictionaryEnumerator : unit -> System.Collections.IDictionaryEnumerator
Protected Function GetDictionaryEnumerator () As IDictionaryEnumerator

Returns

The dictionary enumerator for this dictionary.

Remarks

This API exists so that derived classes can obtain an enumerator where the scoping concept for the XML namespaces is reported as a dimension of the dictionary enumerator.

Applies to