DelegateDeclarationSyntax.WithTypeParameterList Method

Definition

public:
 Microsoft::CodeAnalysis::CSharp::Syntax::DelegateDeclarationSyntax ^ WithTypeParameterList(Microsoft::CodeAnalysis::CSharp::Syntax::TypeParameterListSyntax ^ typeParameterList);
public Microsoft.CodeAnalysis.CSharp.Syntax.DelegateDeclarationSyntax WithTypeParameterList (Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax typeParameterList);
public Microsoft.CodeAnalysis.CSharp.Syntax.DelegateDeclarationSyntax WithTypeParameterList (Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax? typeParameterList);
member this.WithTypeParameterList : Microsoft.CodeAnalysis.CSharp.Syntax.TypeParameterListSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.DelegateDeclarationSyntax
Public Function WithTypeParameterList (typeParameterList As TypeParameterListSyntax) As DelegateDeclarationSyntax

Parameters

typeParameterList
TypeParameterListSyntax

Returns

Applies to