ConstantExpression<T> constructor

ConstantExpression<T>(
  1. T value
)

Implementation

ConstantExpression(this.value);