C# Class BitOrchestra.BinaryExpression

An expression that relates two component expressions.
Inheritance: Expression
Afficher le fichier Open project: dzamkov/Bit-Orchestra

Méthodes publiques

Свойство Type Description
Left Expression
Operation BinaryOperation
Right Expression

Méthodes publiques

Méthode Description
BinaryExpression ( Expression Left, Expression Right, BinaryOperation Operation ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator

Method Details

BinaryExpression() public méthode

public BinaryExpression ( Expression Left, Expression Right, BinaryOperation Operation ) : System
Left Expression
Right Expression
Operation BinaryOperation
Résultat System

CreateEvaluator() protected méthode

protected CreateEvaluator ( Evaluator>.Dictionary Cache, int BufferSize, int Resolution ) : Evaluator
Cache Evaluator>.Dictionary
BufferSize int
Resolution int
Résultat Evaluator

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

Left public_oe property

The expression on the left of this binary expression.
public Expression,BitOrchestra Left
Résultat Expression

Operation public_oe property

The operation used by this expression.
public BinaryOperation Operation
Résultat BinaryOperation

Right public_oe property

The expression on the right of this binary expression.
public Expression,BitOrchestra Right
Résultat Expression