C# Класс BitOrchestra.BinaryExpression

An expression that relates two component expressions.
Наследование: Expression
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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