|
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
Syntaxpublic ICollection<TValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of TValue)
Get
Request Example
View SourceProperty Value
Type:
ICollection<TValue>
See Also