C# 클래스 YAMP.Io.SaveFunction

상속: SystemFunction
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
Notify ( Int32 count ) : void
Save ( String filename, Value>.IDictionary workspace ) : void
SaveFunction ( ParseContext context ) : System

비공개 메소드들

메소드 설명
Function ( StringValue fileName ) : void
Function ( StringValue fileName, ArgumentsValue args ) : void

메소드 상세

Notify() 공개 메소드

public Notify ( Int32 count ) : void
count System.Int32
리턴 void

Save() 공개 정적인 메소드

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

SaveFunction() 공개 메소드

public SaveFunction ( ParseContext context ) : System
context ParseContext
리턴 System