C# 클래스 Vertesaur.Generation.Expressions.ReducibleExpressionBase

An expression that can be reduced to a compilable expression.
상속: System.Linq.Expressions.Expression
파일 보기 프로젝트 열기: aarondandy/vertesaur

공개 메소드들

메소드 설명
Reduce ( ) : Expression

보호된 메소드들

메소드 설명
ReducibleExpressionBase ( IExpressionGenerator reductionExpressionGenerator = null ) : System

A basic reducible expression.

메소드 상세

Reduce() 공개 추상적인 메소드

public abstract Reduce ( ) : Expression
리턴 System.Linq.Expressions.Expression

ReducibleExpressionBase() 보호된 메소드

A basic reducible expression.
protected ReducibleExpressionBase ( IExpressionGenerator reductionExpressionGenerator = null ) : System
reductionExpressionGenerator IExpressionGenerator The optional expression generator to be used in reduction.
리턴 System