New to Telerik Document ProcessingStart a free 30-day trial

Abstract base for strongly-typed constant expressions that hold a value of type T, enabling type-safe literal values in formulas.

Definition

Constructors

Initializes a new instance of the ConstantExpression<T> class with the specified typed value.

C#
protected ConstantExpression(T value)
Parameters:valueT

The value.

Properties

The typed constant value stored in this expression.

C#
public T Value { get; }
Property Value:

The value.