0c2b26b8 c65f 2e98 8626 38fa9c1e41cb - akesseler/Plexdata.CsvParser GitHub Wiki
The class constructor.
Namespace: Plexdata.CsvParser.Extensions
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public ContainerSortComparer(
int column,
SortOrder order,
StringComparison compare
)
- column
- Type: System.Int32
The column affected by sorting. - order
- Type: Plexdata.CsvParser.Definitions.SortOrder
The column sort order. - compare
- Type: System.StringComparison
The string comparison method.
The constructor just initializes its fields.
CsvContainerExtension.ContainerSortComparer Class
Plexdata.CsvParser.Extensions Namespace