Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Animatroller
Common
CsvFileWriter
C# Class Animatroller.Common.CsvFileWriter
Inheritance:
FileWriter
显示文件
Open project: HakanL/animatroller
Public Methods
Method
Description
CsvFileWriter
(
string
fileName
) :
System
Dispose
( ) :
void
Output
(
DmxData
dmxData
) :
void
Method Details
CsvFileWriter()
public
method
public
CsvFileWriter
(
string
fileName
) :
System
fileName
string
return
System
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Output()
public
method
public
Output
(
DmxData
dmxData
) :
void
dmxData
DmxData
return
void