|
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; }
Public ReadOnly Property Reverse As IDictionary(Of TSecond, TFirst)
Get
Request Example
View SourceProperty Value
Type:
IDictionaryTSecond,
TFirstSee Also