OrderedSetTViewReversed 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 OrderedSetTView Reversed()
public:
OrderedSetTView^ Reversed()
Return Value
Type:
OrderedSetTViewA new View that has the reversed order of this view, with the same upper
and lower bounds.
See Also