ChangeBatchBase::IEnumerable::GetEnumerator Method
Gets an object that enumerates the item changes in this change batch.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Return Value
Type: System.Collections::IEnumeratorAn object that enumerates the item changes in this change batch.
Implements
IEnumerable::GetEnumerator()This method is implemented explicitly. Code that accesses it must first cast the ChangeBatchBase object to the IEnumerable interface by using the casting operator or the as keyword.
Show: