Click or drag to resize

ColumnScriptCollectionValues Property

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

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ICollection<IColumnScriptText> Values { get; }

Return Value

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

Implements

IDictionaryTKey, TValueValues
See Also