Partager via


BaseParameterSyntax.WithType(TypeSyntax) Méthode

Définition

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

Paramètres

type
TypeSyntax

Retours

S’applique à