Readonly
nameThe name of the enum
Readonly
namespaceThe namespace containing the enum
Readonly
accessThe access level of the enum
Readonly
referenceThe 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.