PropertyBag.IDictionary.GetEnumerator Method

Definition

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

 virtual System::Collections::IDictionaryEnumerator ^ System.Collections.IDictionary.GetEnumerator() = System::Collections::IDictionary::GetEnumerator;
System.Collections.IDictionaryEnumerator IDictionary.GetEnumerator ();
Function GetEnumerator () As IDictionaryEnumerator Implements IDictionary.GetEnumerator

Returns

An IDictionaryEnumerator interface.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the PropertyBag object is cast to an IDictionary interface.

Applies to