'Declaration Public Shared Sub Write( _ ByVal list As IDataList, _ ByVal writer As TextWriter, _ Optional ByVal format As OutputFormat _ )
public static void Write( IDataList list, TextWriter writer, OutputFormat format )
Parameters
- list
- A list of items that implements the IDataList interface.
- writer
- The System.IO.TextWriter to which output will be written.
- format
- One of the supported OutputFormat values. If not specified, defaults to Csv.