RangeSet::IEnumerable::GetEnumerator Method

Gets an object that can be used to enumerate the list of Range objects.

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

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

Return Value

Type: System.Collections::IEnumerator
An IEnumerator object that can be used to iterate through the range set collection.

Implements

IEnumerable::GetEnumerator()

This member is implemented explicitly. Code that accesses this method must first cast RangeSet to the IEnumerable interface.

Show: