Share via


ImplementsStatementSyntax.WithImplementsKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the ImplementsKeyword 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::ImplementsStatementSyntax ^ WithImplementsKeyword(Microsoft::CodeAnalysis::SyntaxToken implementsKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsStatementSyntax WithImplementsKeyword (Microsoft.CodeAnalysis.SyntaxToken implementsKeyword);
member this.WithImplementsKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.ImplementsStatementSyntax
Public Function WithImplementsKeyword (implementsKeyword As SyntaxToken) As ImplementsStatementSyntax

Parameters

implementsKeyword
SyntaxToken

Returns

Applies to