CsvSerializer<TTargetType>.SerializeArray method

Serializes an array of objects to CSV Format

public void SerializeArray(TextWriter writer, ICollection<TTargetType> records, bool writeHeader)
parameter description
writer TextWriter where CSV text should go
records Array of objects to serialize
writeHeader True if should write a header record first, false otherwise

See Also