SyntaxFactory.TypedTupleElement(TypeSyntax) Method

Definition

Represents a single declaration of a tuple element supplying only the type.

public:
 static Microsoft::CodeAnalysis::VisualBasic::Syntax::TypedTupleElementSyntax ^ TypedTupleElement(Microsoft::CodeAnalysis::VisualBasic::Syntax::TypeSyntax ^ type);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.TypedTupleElementSyntax TypedTupleElement (Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax type);
static member TypedTupleElement : Microsoft.CodeAnalysis.VisualBasic.Syntax.TypeSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.TypedTupleElementSyntax
Public Shared Function TypedTupleElement (type As TypeSyntax) As TypedTupleElementSyntax

Parameters

type
TypeSyntax

The type-name part of the tuple element syntax.

Returns

Applies to