Reverse Method

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.

Namespace:  System.Collections.Generic
Assembly:  System (in System.dll)

'Declaration
Public Function Reverse As IEnumerable(Of T)

Return Value

Type: System.Collections.Generic.IEnumerable(Of T)
An enumerator that iterates over the SortedSet(Of T) in reverse order.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft