3e76784c 1a3e 0d34 1d6a fe9b71beca95 - akesseler/Plexdata.CsvParser GitHub Wiki
The parameterized class constructor.
Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public ItemDescriptor(
CsvColumnAttribute column,
PropertyInfo origin
)
- column
- Type: Plexdata.CsvParser.Attributes.CsvColumnAttribute
An instance of class CsvColumnAttribute that describes the characteristics of a CSV column. - origin
- Type: System.Reflection.PropertyInfo
An instance of class PropertyInfo that describes the characteristics of the corresponding property.
Exception | Condition |
---|---|
ArgumentNullException | This exception is thrown if one of the parameters is . |
This constructor initializes an instance of this class with the characteristics of a CSV file column.