Поделиться через


DelegateDeclarationSyntax.WithTypeParameterList Метод

Определение

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

Параметры

typeParameterList
TypeParameterListSyntax

Возвращаемое значение

Применяется к