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