|
CsvWriterWriter Property
|
Gets the writer.
Namespace:
Accord.IO
Assembly:
Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax public TextWriter Writer { get; }
Public ReadOnly Property Writer As TextWriter
Get
Request Example
View SourceProperty Value
Type:
TextWriter
The writer.
See Also