Creates a new class instantiation.
The configuration arguments for the class instantiation
Readonly
classThe class being instantiated
Readonly
arguments_The arguments passed to the constructor
Writes the class instantiation 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 class instantiation in C#. This class handles the generation of object creation expressions including named and unnamed constructor arguments.