PrimaryConstructorBaseTypeSyntax.WithType(TypeSyntax) Method

Definition

public Microsoft.CodeAnalysis.CSharp.Syntax.PrimaryConstructorBaseTypeSyntax WithType (Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax type);
override this.WithType : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.PrimaryConstructorBaseTypeSyntax
Public Function WithType (type As TypeSyntax) As PrimaryConstructorBaseTypeSyntax

Parameters

type
TypeSyntax

Returns

Applies to