AstAttributes Class

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

Syntax

public class AstAttributes : List<AstAttributeNode>, IList<AstAttributeNode>, 
    ICollection<AstAttributeNode>, IList, ICollection, IReadOnlyList<AstAttributeNode>, 
    IReadOnlyCollection<AstAttributeNode>, IEnumerable<AstAttributeNode>, IEnumerable

Methods

Name Value Summary
Clone() AstAttributes
HasAttribute(string) bool