BasePropertyDeclarationSyntax.AccessorList 属性

定义

public:
 abstract property Microsoft::CodeAnalysis::CSharp::Syntax::AccessorListSyntax ^ AccessorList { Microsoft::CodeAnalysis::CSharp::Syntax::AccessorListSyntax ^ get(); };
public abstract Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax AccessorList { get; }
public abstract Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax? AccessorList { get; }
member this.AccessorList : Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax
Public MustOverride ReadOnly Property AccessorList As AccessorListSyntax

属性值

适用于