7f65184a a1fb fa15 1cf6 16f1b9ae1c76 - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainer Constructor (Int32, Int32)

The constructor with table initialization.

Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public CsvContainer(
	int width,
	int length
)

Parameters

 

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.

Remarks

This constructor creates an instance of class CsvContainer and initializes its internal table according to provided width and length.

See Also

Reference

CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace

⚠️ **GitHub.com Fallback** ⚠️