Click or drag to resize

DictionaryWithNullableKeyTKey, TValueValues Property

Gets an ICollectionT containing the values in the IDictionaryTKey, TValue.

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

Return Value

ICollectionTValue
An ICollectionT containing the values in the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueValues
See Also