public CsvRecord Record { get; }
Public ReadOnly Property Record As CsvRecord
Get
public:
property CsvRecord^ Record {
CsvRecord^ get ();
}
member Record : CsvRecord with get
Fill the CsvRecord object with data and then call the WriteRecord method to write this data to the file.
The CsvRecord is the same with each call. CsvWriter clears the contents of this CsvRecord instance after each call of the WriteRecord method.