A compile-time representation of a run-time expression. To create an expression, use ExpressionFactory or ExpressionBuilder. Note that IField, IProperty and IParameter also implement the IExpression interface.
Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
[InternalImplement]
[Hidden]
public interface IExpression : IHasTypeProperties
| Name | Description |
|---|---|
| IsAssignable | Gets a value indicating whether the Value can be set. |
| Value | Gets syntax for the current IExpression. |