Constructor ConstantExpression
| Improve this Doc View SourceConstantExpression(T)
Initializes a new instance of ConstantExpression<T> object.
Declaration
public ConstantExpression(T value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | The constant value. |