Click or drag to resize

RankedDictionaryTKey, TValueIDictionaryTKey, TValueValues Property

Gets only the collection of values from this key/value pair collection.

Namespace:  Kaos.Collections
Assembly:  KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
ICollection<TValue> IDictionary<TKey, TValue>.Values { get; }

Property Value

Type: ICollectionTValue

Implements

IDictionaryTKey, TValueValues
Remarks
The values given by this collection are sorted in the same order as their respective keys in the Keys collection.
See Also