cd437909 4c56 e24f 25c6 05aeee8861bf - akesseler/Plexdata.CsvParser GitHub Wiki
The constructor with content initialization.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public CsvContainer(
List<List<string>> content
)
- content
- Type: System.Collections.Generic.List(List(String))
The content to be used. An empty content is automatically used if this parameter isnull
.
The constructor takes provided content and initializes all remaining properties with their default values.
Attention: The value of parameter content represents line-oriented CSV data!
CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace