- Namespace
- MicroComGenerator
.Ast - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IAstNodeWithAttributes"]
click Interface0 "/api/MicroComGenerator.Ast/IAstNodeWithAttributes"
Type["AstStructMemberNode"]
class Type type-node
Syntax
public class AstStructMemberNode : IAstNodeWithAttributes
Properties
Name | Value | Summary |
---|---|---|
Attributes | AstAttributes | |
Name | string | |
Type | AstTypeNode |
Methods
Name | Value | Summary |
---|---|---|
Clone |
AstStructMemberNode | |
ToString |
string |
Extension Methods
Name | Value | Summary |
---|---|---|
GetAttribute |
string |
From AstExtensions
|
Get |
string |
From AstExtensions
|
HasAttribute |
bool |
From AstExtensions
|