C# Class YAMP.Io.SaveFunction

Inheritance: SystemFunction
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Function ( StringValue fileName ) : void
Function ( StringValue fileName, ArgumentsValue args ) : void

Method Details

Notify() public méthode

public Notify ( Int32 count ) : void
count System.Int32
Résultat void

Save() public static méthode

public static Save ( String filename, Value>.IDictionary workspace ) : void
filename String
workspace Value>.IDictionary
Résultat void

SaveFunction() public méthode

public SaveFunction ( ParseContext context ) : System
context ParseContext
Résultat System