Share via


DelegateStatementSyntax.WithTypeParameterList(TypeParameterListSyntax) Method

Definition

Returns a copy of this with the TypeParameterList 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::DelegateStatementSyntax ^ WithTypeParameterList(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeParameterListSyntax ^ typeParameterList);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.DelegateStatementSyntax WithTypeParameterList (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterListSyntax typeParameterList);
member this.WithTypeParameterList : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeParameterListSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.DelegateStatementSyntax
Public Function WithTypeParameterList (typeParameterList As TypeParameterListSyntax) As DelegateStatementSyntax

Parameters

typeParameterList
TypeParameterListSyntax

Returns

Applies to