Click or drag to resize

ListDictionaryTKey, TValueValues Property

Gets an enumerable collection that contains the values in the read-only dictionary.

Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IEnumerable<TValue> Values { get; }

Return Value

IEnumerableTValue
An enumerable collection that contains the values in the read-only dictionary.

Implements

IReadOnlyDictionaryTKey, TValueValues
See Also