Readonly
nameThe name of the field
Readonly
accessThe access level of the field
Readonly
readonly_Whether the field is readonly
Optional
Readonly
splitWhether to split annotations onto separate lines
Writes the field 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# field in the AST. This class handles the generation of C# field declarations including type, access modifiers, annotations, and property accessors.