Click or drag to resize

RankedDictionaryTKey, TValueIReadOnlyDictionaryTKey, TValueValues Property

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

Property Value

Type: IEnumerableTValue

Implements

IReadOnlyDictionaryTKey, TValueValues
See Also