3e76784c 1a3e 0d34 1d6a fe9b71beca95 - akesseler/Plexdata.CsvParser GitHub Wiki

ItemDescriptor Constructor

The parameterized class constructor.

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

Syntax

C#

public ItemDescriptor(
	CsvColumnAttribute column,
	PropertyInfo origin
)

Parameters

 

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.

Exceptions

 

Exception Condition
ArgumentNullException This exception is thrown if one of the parameters is .

Remarks

This constructor initializes an instance of this class with the characteristics of a CSV file column.

See Also

Reference

ItemDescriptor Class
Plexdata.CsvParser.Internals Namespace

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