C# 클래스 BitOrchestra.ConstantExpression

An expression with a constant value.
상속: Expression
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value System.Int32

공개 메소드들

메소드 설명
ConstantExpression ( Int32 Value ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

메소드 설명
CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator

메소드 상세

ConstantExpression() 공개 메소드

public ConstantExpression ( Int32 Value ) : System
Value System.Int32
리턴 System

CreateEvaluator() 보호된 메소드

protected CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator
Cache Evaluator>.Dictionary
BufferSize int
Resolution int
리턴 Evaluator

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

Value 공개적으로 프로퍼티

The value of this expression.
public Int32,System Value
리턴 System.Int32