Click or drag to resize
Accord.NET (logo)

TwoWayDictionaryTFirst, TSecondValues Property

Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.

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

Property Value

Type: ICollectionTSecond
See Also