Share via


GenericNameSyntax.WithTypeArgumentList(TypeArgumentListSyntax) Method

Definition

Returns a copy of this with the TypeArgumentList 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::GenericNameSyntax ^ WithTypeArgumentList(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeArgumentListSyntax ^ typeArgumentList);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.GenericNameSyntax WithTypeArgumentList (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeArgumentListSyntax typeArgumentList);
member this.WithTypeArgumentList : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeArgumentListSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.GenericNameSyntax
Public Function WithTypeArgumentList (typeArgumentList As TypeArgumentListSyntax) As GenericNameSyntax

Parameters

typeArgumentList
TypeArgumentListSyntax

Returns

Applies to