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