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
파일 보기 프로젝트 열기: aarondandy/vertesaur

보호된 메소드들

메소드 설명
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