Creates a new C# class reference.
The configuration arguments for the class reference
Readonly
nameThe name of the class
Readonly
namespaceThe namespace containing the class
Writes the class reference 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 reference to a C# class in the AST. This class handles the generation of C# class references including the class name and its namespace.