Share via


TypeConstraintSyntax.WithType(TypeSyntax) Method

Definition

Returns a copy of this with the Type property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeConstraintSyntax ^ WithType(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeConstraintSyntax WithType (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax type);
member this.WithType : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeConstraintSyntax
Public Function WithType (type As TypeSyntax) As TypeConstraintSyntax

Parameters

type
TypeSyntax

Returns

Applies to