C# 클래스 AjErl.Language.DelayedCall

파일 보기 프로젝트 열기: ajlopez/AjErl 1 사용 예제들

공개 메소드들

메소드 설명
DelayedCall ( IFunction function, Context context, IList arguments ) : System
Evaluate ( ) : object

메소드 상세

DelayedCall() 공개 메소드

public DelayedCall ( IFunction function, Context context, IList arguments ) : System
function IFunction
context Context
arguments IList
리턴 System

Evaluate() 공개 메소드

public Evaluate ( ) : object
리턴 object