Click or drag to resize

CsvRecordAttribute Constructor (Char)

Initializes a new instance of the CsvRecordAttribute class.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
public CsvRecordAttribute(
	char separator
)

Parameters

separator
Type: SystemChar
The separator that is used to separate the fields.
See Also