C# 클래스 AjScript.Primitives.WriteFunction

상속: ICallable
파일 보기 프로젝트 열기: ajlopez/AjScript 1 사용 예제들

공개 메소드들

메소드 설명
Invoke ( IContext context, object @this, object arguments ) : object
WriteFunction ( ) : System
WriteFunction ( TextWriter writer ) : System

메소드 상세

Invoke() 공개 메소드

public Invoke ( IContext context, object @this, object arguments ) : object
context IContext
@this object
arguments object
리턴 object

WriteFunction() 공개 메소드

public WriteFunction ( ) : System
리턴 System

WriteFunction() 공개 메소드

public WriteFunction ( TextWriter writer ) : System
writer System.IO.TextWriter
리턴 System