AstInterfaceNode Class

Namespace
MicroComGenerator.Ast
Interfaces
Base Types
graph BT Type-->Base0["List<AstInterfaceMemberNode>"] Base0-->Base1["object"] Type-.->Interface0["IList<AstInterfaceMemberNode>"] Type-.->Interface1["ICollection<AstInterfaceMemberNode>"] Type-.->Interface2["IList"] Type-.->Interface3["ICollection"] Type-.->Interface4["IReadOnlyList<AstInterfaceMemberNode>"] Type-.->Interface5["IReadOnlyCollection<AstInterfaceMemberNode>"] Type-.->Interface6["IEnumerable<AstInterfaceMemberNode>"] Type-.->Interface7["IEnumerable"] Type-.->Interface8["IAstNodeWithAttributes"] click Interface8 "/api/MicroComGenerator.Ast/IAstNodeWithAttributes" Type["AstInterfaceNode"] class Type type-node

Syntax

public class AstInterfaceNode : List<AstInterfaceMemberNode>, IList<AstInterfaceMemberNode>, 
    ICollection<AstInterfaceMemberNode>, IList, ICollection, IReadOnlyList<AstInterfaceMemberNode>, 
    IReadOnlyCollection<AstInterfaceMemberNode>, IEnumerable<AstInterfaceMemberNode>, IEnumerable, 
    IAstNodeWithAttributes

Properties

Name Value Summary
Attributes AstAttributes
Inherits string
Name string

Methods

Name Value Summary
Clone() AstInterfaceNode
ToString() string

Extension Methods