Show / Hide Table of Contents

Interface ICSVWriter

Abstract representation of a CSV writer.

Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public interface ICSVWriter

Methods

Write(String[])

Adds a new line.

Declaration
void Write(string[] line)
Parameters
System.String[] line

Back to top Built by Itinero, MIT licensed.