- Namespace
- MicroComGenerator
.Ast - Interfaces
-
- IList
<AstStructMemberNode> - ICollection
<AstStructMemberNode> - IList
- ICollection
- IReadOnlyList
<AstStructMemberNode> - IReadOnlyCollection
<AstStructMemberNode> - IEnumerable
<AstStructMemberNode> - IEnumerable
- I
Ast Node With Attributes
- IList
- Base Types
-
- object
- List
<AstStructMemberNode>
graph BT
Type-->Base0["List<AstStructMemberNode>"]
Base0-->Base1["object"]
Type-.->Interface0["IList<AstStructMemberNode>"]
Type-.->Interface1["ICollection<AstStructMemberNode>"]
Type-.->Interface2["IList"]
Type-.->Interface3["ICollection"]
Type-.->Interface4["IReadOnlyList<AstStructMemberNode>"]
Type-.->Interface5["IReadOnlyCollection<AstStructMemberNode>"]
Type-.->Interface6["IEnumerable<AstStructMemberNode>"]
Type-.->Interface7["IEnumerable"]
Type-.->Interface8["IAstNodeWithAttributes"]
click Interface8 "/api/MicroComGenerator.Ast/IAstNodeWithAttributes"
Type["AstStructNode"]
class Type type-node
Syntax
public class AstStructNode : List<AstStructMemberNode>, IList<AstStructMemberNode>,
ICollection<AstStructMemberNode>, IList, ICollection, IReadOnlyList<AstStructMemberNode>,
IReadOnlyCollection<AstStructMemberNode>, IEnumerable<AstStructMemberNode>, IEnumerable,
IAstNodeWithAttributes
Properties
Name | Value | Summary |
---|---|---|
Attributes | AstAttributes | |
Name | string |
Methods
Name | Value | Summary |
---|---|---|
Clone |
AstStructNode | |
ToString |
string |
Extension Methods
Name | Value | Summary |
---|---|---|
GetAttribute |
string |
From AstExtensions
|
Get |
string |
From AstExtensions
|
HasAttribute |
bool |
From AstExtensions
|