EventDeclarationSyntax.WithAccessorList(AccessorListSyntax) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
Microsoft::CodeAnalysis::CSharp::Syntax::EventDeclarationSyntax ^ WithAccessorList(Microsoft::CodeAnalysis::CSharp::Syntax::AccessorListSyntax ^ accessorList);
public Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax WithAccessorList(Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax accessorList);
public Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax WithAccessorList(Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax? accessorList);
override this.WithAccessorList : Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.EventDeclarationSyntax
Public Function WithAccessorList (accessorList As AccessorListSyntax) As EventDeclarationSyntax
Parameter
- accessorList
- AccessorListSyntax