Метод | Описание | |
---|---|---|
Evaluate ( ) : object |
Evaluates the expression, if possible.
|
|
GenerateCode ( |
Generates CIL for the expression.
|
|
LiteralExpression ( object value ) : System |
Creates a new instance of LiteralExpression.
|
|
ToString ( ) : string |
Converts the expression to a string.
|
public GenerateCode ( |
||
generator | The generator to output the CIL to. | |
optimizationInfo | Information about any optimizations that should be performed. | |
Результат | void |
public LiteralExpression ( object value ) : System | ||
value | object | The literal value. |
Результат | System |