CsvWriterTSourceWrite Method

Writes data as a new CSV row.

Definition

Namespace: FolkerKinzel.CsvTools.Mappings
Assembly: FolkerKinzel.CsvTools.Mappings (in FolkerKinzel.CsvTools.Mappings.dll) Version: 1.1.0+1263e8243dc2cd78095f678f813d7d9c52ea4315
C#
public void Write(
	TSource data
)

Parameters

data  TSource
The TSource instance to be written or null.

Exceptions

IOExceptionI/O error.
ObjectDisposedExceptionThe file was already closed.

See Also