cd437909 4c56 e24f 25c6 05aeee8861bf - akesseler/Plexdata.CsvParser GitHub Wiki

CsvContainer Constructor (List(List(String)))

The constructor with content initialization.

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

Syntax

C#

public CsvContainer(
	List<List<string>> content
)

Parameters

 

content
Type: System.Collections.Generic.List(List(String))
The content to be used. An empty content is automatically used if this parameter is null.

Remarks

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!

See Also

Reference

CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace

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