Click or drag to resize
OrderedSetTViewReversed Method
Creates a new View that has the same items as this view, in the reversed order.

Namespace: X3Platform.Collections
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public OrderedSetTView Reversed()

Return Value

Type: OrderedSetTView
A new View that has the reversed order of this view, with the same upper and lower bounds.
See Also