ReadonlynameThe name of the interface
ReadonlynamespaceThe namespace containing the interface
ReadonlyaccessThe access level of the interface
ReadonlypartialWhether the interface is partial
ReadonlyreferenceThe class reference for this interface
ReadonlyisWhether this is a nested interface within another type
Writes the interface 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# interface in the AST. This class handles the generation of C# interface declarations including fields, methods, and their accessibility.