Click or drag to resize

PartialDictionaryTKey, TBaseValue, TDerivValueValues Property

[Missing <summary> documentation for "P:Altaxo.Collections.PartialDictionary`3.Values"]


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

Property Value

ICollectionTDerivValue

Implements

IDictionaryTKey, TValueValues
See Also