Represents a list of statements. This list cannot be enumerated because it is evaluated late, when the statement is used in the target syntax tree. To create an IStatementList, use List(params IStatement[]), UnwrapBlock(IStatement), or AsList(IStatement).
Namespace: Metalama.Framework.Code.SyntaxBuilders
Assembly: Metalama.Framework.dll
Syntax
public interface IStatementList