Interface to be implemented by any compile-time object that can be serialized into a run-time expression.
Namespace: Metalama.Framework.Code.SyntaxBuilders
Assembly: Metalama.Framework.dll
Syntax
[RunTimeOrCompileTime]
public interface IExpressionBuilder
Methods
Name | Description |
---|---|
ToExpression() | Converts the current object into a run-time expression. |