Click or drag to resize

CsvColumnAttribute Constructor (Int32)

Initializes a new instance of the CsvColumnAttribute class.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
public CsvColumnAttribute(
	int fieldIndex
)

Parameters

fieldIndex
Type: SystemInt32
The index of the field in the CSV file.
See Also