Readonly
nameThe name of the interface
Readonly
namespaceThe namespace containing the interface
Readonly
accessThe access level of the interface
Readonly
partialWhether the interface is partial
Readonly
referenceThe class reference for this interface
Readonly
isWhether 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.