7f65184a a1fb fa15 1cf6 16f1b9ae1c76 - akesseler/Plexdata.CsvParser GitHub Wiki
The constructor with table initialization.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public CsvContainer(
int width,
int length
)
- width
- Type: System.Int32
The width (number of columns) of the internal table. - length
- Type: System.Int32
The length (number of rows) of the internal table.
This constructor creates an instance of class CsvContainer and initializes its internal table according to provided width and length.
CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace