C# Class NekoKun.FSBasedScriptFile

Inheritance: ScriptFile
Mostrar archivo Open project: NekoProject/NekoKun Class Usage Examples

Public Methods

Method Description
FSBasedScriptFile ( string filename ) : System
FSBasedScriptFile ( string filename, string code ) : System

Protected Methods

Method Description
Save ( ) : void

Method Details

FSBasedScriptFile() public method

public FSBasedScriptFile ( string filename ) : System
filename string
return System

FSBasedScriptFile() public method

public FSBasedScriptFile ( string filename, string code ) : System
filename string
code string
return System

Save() protected method

protected Save ( ) : void
return void