SortedSet(Of T).GetEnumerator Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns an enumerator that iterates through the SortedSet(Of T).
Assembly: System (in System.dll)
Return Value
Type: System.Collections.Generic.SortedSet(Of T).EnumeratorAn enumerator that iterates through the SortedSet(Of T) in sorted order.
Show: