C# 클래스 BitOrchestra.BinaryExpression

An expression that relates two component expressions.
상속: Expression
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra

공개 프로퍼티들

프로퍼티 타입 설명
Left Expression
Operation BinaryOperation
Right Expression

공개 메소드들

메소드 설명
BinaryExpression ( Expression Left, Expression Right, BinaryOperation Operation ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

보호된 메소드들

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

메소드 상세

BinaryExpression() 공개 메소드

public BinaryExpression ( Expression Left, Expression Right, BinaryOperation Operation ) : System
Left Expression
Right Expression
Operation BinaryOperation
리턴 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

프로퍼티 상세

Left 공개적으로 프로퍼티

The expression on the left of this binary expression.
public Expression,BitOrchestra Left
리턴 Expression

Operation 공개적으로 프로퍼티

The operation used by this expression.
public BinaryOperation Operation
리턴 BinaryOperation

Right 공개적으로 프로퍼티

The expression on the right of this binary expression.
public Expression,BitOrchestra Right
리턴 Expression