Click or drag to resize

ColumnScriptCollectionKeys Property

Gets an ICollectionT containing the keys of the IDictionaryTKey, TValue.

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

Return Value

ICollectionDataColumn
An ICollectionT containing the keys of the object that implements IDictionaryTKey, TValue.

Implements

IDictionaryTKey, TValueKeys
See Also