C# 클래스 YAMP.Io.ParseContextExtensions

Useful extensions for the parse context.
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
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.

메소드 상세

Load() 공개 정적인 메소드

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

Save() 공개 정적인 메소드

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