ItemFieldDictionary::IEnumerable::GetEnumerator Method

Returns an IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.

Namespace:  Microsoft.Synchronization.SimpleProviders
Assembly:  Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)

private:
virtual IEnumerator^ GetEnumerator() sealed = IEnumerable::GetEnumerator

Return Value

Type: System.Collections::IEnumerator
An IEnumerator object that enables you to iterate through the ItemFieldDictionary collection.

Implements

IEnumerable::GetEnumerator()
Show: