C# Класс Vertesaur.Generation.Expressions.ReducibleUnaryExpressionBase

An expression that can be reduced to a compilable expression and which also takes a single expression as input.
Наследование: ReducibleExpressionBase
Показать файл Открыть проект

Защищенные методы

Метод Описание
ReducibleUnaryExpressionBase ( Expression unaryParameter, IExpressionGenerator reductionExpressionGenerator = null ) : System

Creates a new reducible expression with the given single parameter.

Приватные методы

Метод Описание
CodeContractInvariant ( ) : void

Описание методов

ReducibleUnaryExpressionBase() защищенный Метод

Creates a new reducible expression with the given single parameter.
protected ReducibleUnaryExpressionBase ( Expression unaryParameter, IExpressionGenerator reductionExpressionGenerator = null ) : System
unaryParameter System.Linq.Expressions.Expression The single input parameter for the expression.
reductionExpressionGenerator IExpressionGenerator The optional expression generator used for reduction.
Результат System