ReadonlynameThe name of the enum
ReadonlynamespaceThe namespace containing the enum
ReadonlyaccessThe access level of the enum
ReadonlyreferenceThe class reference for this enum
Writes the enum 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# enum in the AST. This class handles the generation of C# enum declarations including members, values, and annotations.