CharacterMetricsDictionary.IDictionary.GetEnumerator Method

Definition

For a description of this member, see GetEnumerator().

 virtual System::Collections::IDictionaryEnumerator ^ System.Collections.IDictionary.GetEnumerator() = System::Collections::IDictionary::GetEnumerator;
System.Collections.IDictionaryEnumerator IDictionary.GetEnumerator ();
abstract member System.Collections.IDictionary.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
override this.System.Collections.IDictionary.GetEnumerator : unit -> System.Collections.IDictionaryEnumerator
Function GetEnumerator () As IDictionaryEnumerator Implements IDictionary.GetEnumerator

Returns

An IEnumerator object that can be used to iterate through the collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the CharacterMetricsDictionary instance is cast to an IEnumerable interface.

Applies to

See also