C# 클래스 AjScript.Expressions.ObjectExpression

상속: IExpression
파일 보기 프로젝트 열기: ajlopez/AjScript

공개 메소드들

메소드 설명
Evaluate ( IContext context ) : object
ObjectExpression ( IList names, IList expressions ) : System

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( IContext context ) : object
context IContext
리턴 object

ObjectExpression() 공개 메소드

public ObjectExpression ( IList names, IList expressions ) : System
names IList
expressions IList
리턴 System