ItemFieldDictionary.System.Collections.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)
Syntax
'Declaration
Private Function System.Collections.IEnumerable.GetEnumerator As IEnumerator Implements IEnumerable.GetEnumerator
'Usage
Dim instance As ItemFieldDictionary
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator
IEnumerator IEnumerable.GetEnumerator ()
private:
virtual IEnumerator^ System.Collections.IEnumerable.GetEnumerator () sealed = IEnumerable::GetEnumerator
J# supports the use of explicit interface implementations, but not the declaration of new ones.
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Return Value
An IEnumerator object.
See Also
Reference
ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace