Class AttributeStatementSyntax
Inheritance
System.Object
AttributeStatementSyntax
Assembly: DotLang.dll
Syntax
public sealed class AttributeStatementSyntax : StatementSyntax
Constructors
|
Improve this Doc
View Source
AttributeStatementSyntax(AttributeKeyword, AttributeListSyntax)
Declaration
public AttributeStatementSyntax(AttributeKeyword keyword, AttributeListSyntax attributes)
Parameters
|
Improve this Doc
View Source
AttributeStatementSyntax(AttributeKeyword, AttributeSyntax[])
Declaration
public AttributeStatementSyntax(AttributeKeyword keyword, params AttributeSyntax[] attributes)
Parameters
|
Improve this Doc
View Source
AttributeStatementSyntax(AttributeKeyword, IEnumerable<AttributeSyntax>)
Declaration
public AttributeStatementSyntax(AttributeKeyword keyword, IEnumerable<AttributeSyntax> attributes)
Parameters
Properties
|
Improve this Doc
View Source
Attributes
Declaration
public AttributeListSyntax Attributes { get; }
Property Value
|
Improve this Doc
View Source
KeywordToken
Declaration
public SyntaxToken KeywordToken { get; }
Property Value
Methods
|
Improve this Doc
View Source
Accept(SyntaxVisitor)
Declaration
public override void Accept(SyntaxVisitor visitor)
Parameters
Overrides