C# 클래스 AjErl.Expressions.TupleExpression

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

공개 메소드들

메소드 설명
Evaluate ( Context context, bool withvars = false ) : object
HasVariable ( ) : bool
TupleExpression ( IEnumerable expressions ) : System.Collections.Generic

메소드 상세

Evaluate() 공개 메소드

public Evaluate ( Context context, bool withvars = false ) : object
context Context
withvars bool
리턴 object

HasVariable() 공개 메소드

public HasVariable ( ) : bool
리턴 bool

TupleExpression() 공개 메소드

public TupleExpression ( IEnumerable expressions ) : System.Collections.Generic
expressions IEnumerable
리턴 System.Collections.Generic