ReadonlynameThe name of the parameter
ReadonlydocsXML documentation for the parameter
ReadonlyinitializerThe default value for the parameter
Optional ReadonlyannotationsThe annotations applied to this parameter
Optional ReadonlysplitWhether 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.