TypeParameterConstraintClauseSyntax.WithWhereKeyword(SyntaxToken) Method

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterConstraintClauseSyntax ^ WithWhereKeyword(Microsoft::CodeAnalysis::SyntaxToken whereKeyword);
public Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax WithWhereKeyword (Microsoft.CodeAnalysis.SyntaxToken whereKeyword);
member this.WithWhereKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterConstraintClauseSyntax
Public Function WithWhereKeyword (whereKeyword As SyntaxToken) As TypeParameterConstraintClauseSyntax

Parameters

whereKeyword
SyntaxToken

Returns

Applies to