Expression that represent a TValue.
Inheritance Hierarchy
Assembly: Epic.Query.Object
Declaration Syntax
C# |
[SerializableAttribute] public abstract class Expression<TValue> : Expression
Generic Template Parameters
- TValue
- Type of the value that the expression represent.
Members
All Members | Constructors | ||||
Member | Description | |
---|---|---|
Expression<(Of <(<'TValue>)>)>()()()() |
Initializes a new instance of the Expression<(Of <(<'TValue>)>)> class.
| |
Expression<(Of <(<'TValue>)>)>(SerializationInfo, StreamingContext) |
Initializes a new instance of the Expression<(Of <(<'TValue>)>)> class after a deserialization.
|