Click or drag to resize
Accord.NET (logo)

ReadOnlyKeyedCollectionTKey, TValueValues 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<TValue> Values { get; }
Request Example View Source

Return Value

Type: ICollectionTValue
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.
See Also