Click or drag to resize

AsciiColumnInfoColumnTypeToColumnInfo Property

Gets a dictionary that associates each value of AsciiColumnType with the appropriate instance of AsciiColumnInfo.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static ImmutableDictionary<AsciiColumnType, AsciiColumnInfo> ColumnTypeToColumnInfo { get; }

Property Value

ImmutableDictionaryAsciiColumnType, AsciiColumnInfo
See Also