RangeSet::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)

public:
virtual IEnumerator<Range^>^ GetEnumerator() sealed

Return Value

Type: System.Collections.Generic::IEnumerator<Range>
An object that can be used to enumerate the list of Range objects.

Implements

IEnumerable<T>::GetEnumerator()
Show: