OrderedMultiDictionaryTKey, TValueViewReversed Method |
Creates a new View that has the same keys and values as this, in the reversed order.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic OrderedMultiDictionaryTKey, TValueView Reversed()
public:
OrderedMultiDictionaryTKey, TValueView^ Reversed()
Return Value
Type:
OrderedMultiDictionaryTKey, TValueViewA new View that has the reversed order of this view.
See Also