ChangeBatchBase::IEnumerable::GetEnumerator Method

Gets an object that enumerates the item changes in this change batch.

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

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

Return Value

Type: System.Collections::IEnumerator
An 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: