7b40f7f1 cac1 6258 d604 d938a627ad88 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets the currently used CSV content.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public List<List<string>> Content { get; private set; }
Type: List(List(String))
The property returns the associated CSV content.
This content might be empty but is never null
.