Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValueValues 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<TDerivValue> Values { get; }

Return Value

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

Implements

IDictionaryTKey, TValueValues
See Also