TypeParameterListSyntax.WithGreaterThanToken(SyntaxToken) Method

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterListSyntax ^ WithGreaterThanToken(Microsoft::CodeAnalysis::SyntaxToken greaterThanToken);
public Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax WithGreaterThanToken (Microsoft.CodeAnalysis.SyntaxToken greaterThanToken);
member this.WithGreaterThanToken : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax
Public Function WithGreaterThanToken (greaterThanToken As SyntaxToken) As TypeParameterListSyntax

Parameters

greaterThanToken
SyntaxToken

Returns

Applies to