MetalamaAPI documentationAspect APIMetalama.​Framework.​Code.​Syntax­BuildersIExpression­Builder
Open sandboxFocus

IExpressionBuilder Interface

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.

Extension Methods

ExpressionBuilderExtensions.ToValue(IExpressionBuilder)