次の方法で共有


ConversionOperatorDeclarationSyntax.AttributeLists プロパティ

定義

public:
 virtual property Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> AttributeLists { Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> get(); };
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)

プロパティ値

適用対象