RangeSet::IEnumerable::GetEnumerator Method
Gets an object that can be used to enumerate the list of Range objects.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Return Value
Type: System.Collections::IEnumeratorAn 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: