Creates a new dictionary.
The configuration arguments for the dictionary
Writes the dictionary 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# dictionary in the AST. This class handles the generation of dictionary declarations including key and value types, and key-value pairs.