C# Class YAMP.Io.SaveFunction

Inheritance: SystemFunction
显示文件 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
Notify ( Int32 count ) : void
Save ( String filename, Value>.IDictionary workspace ) : void
SaveFunction ( ParseContext context ) : System

Private Methods

Method Description
Function ( StringValue fileName ) : void
Function ( StringValue fileName, ArgumentsValue args ) : void

Method Details

Notify() public method

public Notify ( Int32 count ) : void
count System.Int32
return void

Save() public static method

public static Save ( String filename, Value>.IDictionary workspace ) : void
filename String
workspace Value>.IDictionary
return void

SaveFunction() public method

public SaveFunction ( ParseContext context ) : System
context ParseContext
return System