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 IExpressionBuilderMethods
| Name | Description |
|---|---|
| ToExpression() | Converts the current object into a run-time expression. |