C# Class YAMP.Io.ParseContextExtensions

Useful extensions for the parse context.
Mostra file Open project: FlorianRappl/YAMP

Public Methods

Method Description
Load ( this context, String fromFileName ) : void

Loads the workspace from the given file.

Save ( this context, String toFileName ) : void

Saves the workspace in the given file.

Method Details

Load() public static method

Loads the workspace from the given file.
public static Load ( this context, String fromFileName ) : void
context this
fromFileName String The path to the file.
return void

Save() public static method

Saves the workspace in the given file.
public static Save ( this context, String toFileName ) : void
context this
toFileName String The path to the file.
return void