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

Creates a new conversion expression request.
상속: IExpressionGenerationRequest
파일 보기 프로젝트 열기: aarondandy/vertesaur

공개 메소드들

메소드 설명
ConversionExpressionRequest ( IExpressionGenerator generator, Expression inputExpression, Type resultType ) : System

Creates a new function expression generation request. This request is for a function that accepts one or more expressions as input.

비공개 메소드들

메소드 설명
CodeContractInvariants ( ) : void

메소드 상세

ConversionExpressionRequest() 공개 메소드

Creates a new function expression generation request. This request is for a function that accepts one or more expressions as input.
public ConversionExpressionRequest ( IExpressionGenerator generator, Expression inputExpression, Type resultType ) : System
generator IExpressionGenerator The primary generator to be used for the generation of sub expressions.
inputExpression System.Linq.Expressions.Expression The name of the requested constant.
resultType System.Type The desired type of the constant.
리턴 System