Метод | Описание | |
---|---|---|
CsvFileWriter ( Stream stream ) : System |
Initializes a new instance of the CsvFileWriter class for the specified stream.
|
|
CsvFileWriter ( string path ) : System |
Initializes a new instance of the CsvFileWriter class for the specified file path.
|
|
Dispose ( ) : void | ||
WriteRow ( List |
Writes a row of columns to the current CSV file.
|
public CsvFileWriter ( Stream stream ) : System | ||
stream | Stream | The stream to write to |
Результат | System |
public CsvFileWriter ( string path ) : System | ||
path | string | The name of the CSV file to write to |
Результат | System |
public WriteRow ( List |
||
columns | List |
The list of columns to write |
Результат | void |