Share via


GroupAggregationSyntax.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::GroupAggregationSyntax ^ WithGroupKeyword(Microsoft::CodeAnalysis::SyntaxToken groupKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.GroupAggregationSyntax WithGroupKeyword (Microsoft.CodeAnalysis.SyntaxToken groupKeyword);
member this.WithGroupKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.GroupAggregationSyntax
Public Function WithGroupKeyword (groupKeyword As SyntaxToken) As GroupAggregationSyntax

Parameters

groupKeyword
SyntaxToken

Returns

Applies to