次の方法で共有


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

Parameters

ofKeyword
SyntaxToken

Returns

Applies to