Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecondReverse Property

Gets the reverse dictionary that maps values back to keys.

Namespace:  Accord.Collections
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public IDictionary<TSecond, TFirst> Reverse { get; }
Request Example View Source

Property Value

Type: IDictionaryTSecond, TFirst
See Also