Readonly
nameThe name of the parameter
Readonly
docsXML documentation for the parameter
Readonly
initializerThe default value for the parameter
Optional
Readonly
annotationsThe annotations applied to this parameter
Optional
Readonly
splitWhether to split annotations onto separate lines
Writes the parameter 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# parameter in the AST. This class handles the generation of C# parameter declarations including type, annotations, and default values.