Open sandboxFocus

Interface IStatementBuilder

A common interface for objects that produce an IStatement.

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

Methods

Name Description
ToStatement()

Builds an IStatement representing the current object.