Metalama (preview)API documentationAspect APIMetalama.​Framework.​Code.​Syntax­BuildersIStatement
Open sandboxFocus

IStatement Interface

Represents a statement, which can be inserted into run-time code using the InsertStatement(IStatement). To create a statement, use StatementFactory, StatementBuilder, or SwitchStatementBuilder. method.

Namespace: Metalama.Framework.Code.SyntaxBuilders
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IStatement

Extension Methods

StatementExtensions.AsList(IStatement)
StatementExtensions.UnwrapBlock(IStatement)