Represents a block of C# code in the AST. This class handles the generation of arbitrary C# code blocks, either as static strings or as dynamic code generation functions.
Creates a new C# code block.
The configuration arguments for the code block
Writes the code block to the writer.
The writer to write to
Returns the string representation of the AST node. This method creates a new Writer instance and writes the node's content to it.
The string representation of the AST node
Represents a block of C# code in the AST. This class handles the generation of arbitrary C# code blocks, either as static strings or as dynamic code generation functions.