Class ConstantExpression<T>
Abstract class providing methods and properties for using ConstantExpression with value of type T.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class ConstantExpression<T> : ConstantExpression, IPrecalculatedExpressionThreeNode
Type Parameters
T
The type T of the expression value. |
Constructors
ConstantExpression(T)
Initializes a new instance of the ConstantExpression<T> class.
Declaration
protected ConstantExpression(T value)
Parameters
T
value
The value. |
Properties
Value
Gets the value.
Declaration
public T Value { get; }
Property Value
T
The value. |