Interface IExpressible
Interface for objects with an expression tree representation.
Namespace: System.Linq.Expressions
Assembly: Reaqtor.Shared.Model.dll
Syntax
public interface IExpressible
Properties
Expression
Gets the expression tree representation of the object.
Declaration
Expression Expression { get; }
Property Value
Type | Description |
---|---|
System.Linq.Expressions.Expression |