Share via


AccessorStatementSyntax.WithAccessorKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the AccessorKeyword property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::AccessorStatementSyntax ^ WithAccessorKeyword(Microsoft::CodeAnalysis::SyntaxToken accessorKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.AccessorStatementSyntax WithAccessorKeyword (Microsoft.CodeAnalysis.SyntaxToken accessorKeyword);
member this.WithAccessorKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.AccessorStatementSyntax
Public Function WithAccessorKeyword (accessorKeyword As SyntaxToken) As AccessorStatementSyntax

Parameters

accessorKeyword
SyntaxToken

Returns

Applies to