NamespaceDeclarationSyntax.AttributeLists Property

Definition

public override Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> AttributeLists { get; }
member this.AttributeLists : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax>
Public Overrides ReadOnly Property AttributeLists As SyntaxList(Of AttributeListSyntax)

Property Value

Applies to