- Namespace
- MicroComGenerator
.Ast - Interfaces
-
- IList
<Ast Interface >Member Node - ICollection
<Ast Interface >Member Node - IList
- ICollection
- IReadOnlyList
<Ast Interface >Member Node - IReadOnlyCollection
<Ast Interface >Member Node - IEnumerable
<Ast Interface >Member Node - IEnumerable
- I
Ast Node With Attributes
- IList
- Base Types
-
- object
- List
<Ast Interface >Member Node
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
Name | Value | Summary |
---|---|---|
GetAttribute |
string |
From AstExtensions
|
Get |
string |
From AstExtensions
|
HasAttribute |
bool |
From AstExtensions
|