C# Class ExcelConverter.TextWriter

ファイルを表示 Open project: object/PclAnalyzer

Public Methods

Method Description
TextWriter ( string path ) : System.Collections.Generic
Write ( IList collection ) : void

Method Details

TextWriter() public method

public TextWriter ( string path ) : System.Collections.Generic
path string
return System.Collections.Generic

Write() public method

public Write ( IList collection ) : void
collection IList
return void