WhereClauseSyntax.WithWhereKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the WhereKeyword 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::WhereClauseSyntax ^ WithWhereKeyword(Microsoft::CodeAnalysis::SyntaxToken whereKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.WhereClauseSyntax WithWhereKeyword (Microsoft.CodeAnalysis.SyntaxToken whereKeyword);
member this.WithWhereKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.WhereClauseSyntax
Public Function WithWhereKeyword (whereKeyword As SyntaxToken) As WhereClauseSyntax

Parameters

whereKeyword
SyntaxToken

Returns

Applies to