GroupJoinClauseSyntax.WithGroupKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the GroupKeyword 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::GroupJoinClauseSyntax ^ WithGroupKeyword(Microsoft::CodeAnalysis::SyntaxToken groupKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.GroupJoinClauseSyntax WithGroupKeyword (Microsoft.CodeAnalysis.SyntaxToken groupKeyword);
member this.WithGroupKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.GroupJoinClauseSyntax
Public Function WithGroupKeyword (groupKeyword As SyntaxToken) As GroupJoinClauseSyntax

Parameters

groupKeyword
SyntaxToken

Returns

Applies to