Click or drag to resize
Accord.NET (logo)

OrderedDictionary< TKey, TValue> . Values Property

Gets an ICollection< T> containing the values in the IDictionary<TKey, TValue>.

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

Property Value

Type: ICollection<TValue>
See Also