C# 클래스 Utilities.Csv.CsvFileWriter

상속: System.IO.StreamWriter
파일 보기 프로젝트 열기: feanz/Utilities

공개 메소드들

메소드 설명
CsvFileWriter ( Stream stream ) : System.IO
CsvFileWriter ( string filename ) : System.IO
WriteRow ( CsvRow row ) : void

Write a csv row to file

메소드 상세

CsvFileWriter() 공개 메소드

public CsvFileWriter ( Stream stream ) : System.IO
stream System.IO.Stream
리턴 System.IO

CsvFileWriter() 공개 메소드

public CsvFileWriter ( string filename ) : System.IO
filename string
리턴 System.IO

WriteRow() 공개 메소드

Write a csv row to file
public WriteRow ( CsvRow row ) : void
row CsvRow
리턴 void