PropertyBag.IEnumerable.GetEnumerator Method

Definition

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

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Returns

An IEnumerator interface.

Implements

Remarks

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

Applies to