Compartilhar via


TypeParameterSyntax.AttributeLists Propriedade

Definição

Obtém a lista de declarações de atributo.

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

Valor da propriedade

Aplica-se a