Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
NodeAssets
Compilers
CoffeeSharpCompiler
C# Class NodeAssets.Compilers.CoffeeSharpCompiler
Inheritance:
ICompiler
ファイルを表示
Open project: ajorkowski/NodeAssets
Class Usage Examples
Public Methods
Method
Description
CoffeeSharpCompiler
( ) :
System.IO
Compile
(
string
initial
,
FileInfo
originalFile
) :
Task
Method Details
CoffeeSharpCompiler()
public
method
public
CoffeeSharpCompiler
( ) :
System.IO
return
System.IO
Compile()
public
method
public
Compile
(
string
initial
,
FileInfo
originalFile
) :
Task
initial
string
originalFile
System.IO.FileInfo
return
Task