SPKeyValuePairSerializationInfo.IEnumerable.GetEnumerator method
Returns an enumerator that can be used to iterate through the key/value pairs in the collection.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Function GetEnumerator As IEnumerator
Implements IEnumerable.GetEnumerator
'Usage
Dim instance As SPKeyValuePairSerializationInfo
Dim returnValue As IEnumerator
returnValue = CType(instance, IEnumerable).GetEnumerator()
IEnumeratorIEnumerable.GetEnumerator()
Return value
Type: System.Collections.IEnumerator
An enumerator for the collection.
Implements
See also
Reference
SPKeyValuePairSerializationInfo class