TypedTupleElementSyntax.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::TypedTupleElementSyntax ^ WithType(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ type);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.TypedTupleElementSyntax WithType (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax type);
member this.WithType : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypedTupleElementSyntax
Public Function WithType (type As TypeSyntax) As TypedTupleElementSyntax

Parameters

type
TypeSyntax

Returns

Applies to