CsvColumnAttribute Constructor (Int32) |
Namespace:
Enkoni.Framework.Serialization
Assembly:
Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntaxpublic CsvColumnAttribute(
int fieldIndex
)
Public Sub New (
fieldIndex As Integer
)
public:
CsvColumnAttribute(
int fieldIndex
)
new :
fieldIndex : int -> CsvColumnAttribute
Parameters
- fieldIndex
- Type: SystemInt32
The index of the field in the CSV file.
See Also