Click or drag to resize

AsciiLineComposition(IEnumerableAsciiColumnType, NullableInt32) Constructor

Initializes a new instance of the AsciiLineComposition class from the given column types.

Namespace: Altaxo.Serialization.Ascii
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public AsciiLineComposition(
	IEnumerable<AsciiColumnType> columnTypes,
	int? count
)

Parameters

columnTypes  IEnumerableAsciiColumnType
The column types to include.
count  NullableInt32
Optional count for preallocation.
See Also