|
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; }
Public ReadOnly Property Values As ICollection(Of TValue)
Get
Request Example
View SourceReturn Value
Type:
ICollectionTValueAn
ICollectionT containing the values in the object that implements
IDictionaryTKey, TValue.
See Also