C# Class WF.Compiler.Folder

Inheritance: IInput
显示文件 Open project: WFoundation/WF.Compiler Class Usage Examples

Public Methods

Method Description
Check ( ) : void
Folder ( Stream stream, string luaFileName ) : System
Load ( ) : Cartridge

Method Details

Check() public method

public Check ( ) : void
return void

Folder() public method

public Folder ( Stream stream, string luaFileName ) : System
stream Stream
luaFileName string
return System

Load() public method

public Load ( ) : Cartridge
return Cartridge