Creates a new C# annotation.
The configuration arguments for the annotation
Writes the annotation declaration 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 C# annotation in the AST. This class handles the generation of C# attribute declarations including the attribute class reference and its arguments.