Click or drag to resize
OrderedMultiDictionaryTKey, TValueViewReversed Method
Creates a new View that has the same keys and values as this, 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 OrderedMultiDictionaryTKey, TValueView Reversed()

Return Value

Type: OrderedMultiDictionaryTKey, TValueView
A new View that has the reversed order of this view.
See Also