TypeParameterListSyntax.WithOfKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the OfKeyword 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::TypeParameterListSyntax ^ WithOfKeyword(Microsoft::CodeAnalysis::SyntaxToken ofKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterListSyntax WithOfKeyword (Microsoft.CodeAnalysis.SyntaxToken ofKeyword);
member this.WithOfKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterListSyntax
Public Function WithOfKeyword (ofKeyword As SyntaxToken) As TypeParameterListSyntax

Parameters

ofKeyword
SyntaxToken

Returns

Applies to