Share via


PrimaryConstructorBaseTypeSyntax.WithArgumentList(ArgumentListSyntax) Method

Definition

public Microsoft.CodeAnalysis.CSharp.Syntax.PrimaryConstructorBaseTypeSyntax WithArgumentList (Microsoft.CodeAnalysis.CSharp.Syntax.ArgumentListSyntax argumentList);
member this.WithArgumentList : Microsoft.CodeAnalysis.CSharp.Syntax.ArgumentListSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.PrimaryConstructorBaseTypeSyntax
Public Function WithArgumentList (argumentList As ArgumentListSyntax) As PrimaryConstructorBaseTypeSyntax

Parameters

argumentList
ArgumentListSyntax

Returns

Applies to