Share via


BaseParameterSyntax.WithType(TypeSyntax) Method

Definition

public Microsoft.CodeAnalysis.CSharp.Syntax.BaseParameterSyntax WithType (Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax? type);
member this.WithType : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.BaseParameterSyntax
Public Function WithType (type As TypeSyntax) As BaseParameterSyntax

Parameters

type
TypeSyntax

Returns

Applies to