5843c1d5 47d5 f891 0e3b 4214e152904a - akesseler/Plexdata.CsvParser GitHub Wiki
Prints processed lines.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
[ConditionalAttribute("DEBUG")]
private static void DumpLines(
IEnumerable<string> lines
)
- lines
- Type: System.Collections.Generic.IEnumerable(String)
Lines to print.
This method prints processed lines, but only in debug mode.