OrderedBagTViewReversed Method |
Creates a new View that has the same items as this view, in the reversed order.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic OrderedBagTView Reversed()
public:
OrderedBagTView^ Reversed()
Return Value
Type:
OrderedBagTViewA new View that has the reversed order of this view, with the same upper
and lower bounds.
See Also