C# Class Vertesaur.Generation.Expressions.ConstantExpressionGenerationRequest

A constant expression generation request to get an expression representing a constant value.
Inheritance: IExpressionGenerationRequest
Afficher le fichier Open project: aarondandy/vertesaur

Méthodes publiques

Méthode Description
ConstantExpressionGenerationRequest ( IExpressionGenerator generator, string expressionName, Type resultType ) : System

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

Private Methods

Méthode Description
CodeContractInvariants ( ) : void

Method Details

ConstantExpressionGenerationRequest() public méthode

Creates a new function expression generation request. This request is for a function that accepts one or more expressions as input.
public ConstantExpressionGenerationRequest ( IExpressionGenerator generator, string expressionName, Type resultType ) : System
generator IExpressionGenerator The primary generator to be used for the generation of sub expressions.
expressionName string The name of the requested constant.
resultType System.Type The desired type of the constant.
Résultat System