Click or drag to resize
OrderedBagTViewReversed 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 OrderedBagTView Reversed()

Return Value

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