INamedTypeSymbol.TupleUnderlyingType Property

Definition

If this is a tuple type with element names, returns the symbol for the tuple type without names. Otherwise, returns null. The type argument corresponding to the type of the extension field (VT[8].Rest), which is at the 8th (one based) position is always a symbol for another tuple, rather than its underlying type.

public:
 property Microsoft::CodeAnalysis::INamedTypeSymbol ^ TupleUnderlyingType { Microsoft::CodeAnalysis::INamedTypeSymbol ^ get(); };
public Microsoft.CodeAnalysis.INamedTypeSymbol TupleUnderlyingType { get; }
public Microsoft.CodeAnalysis.INamedTypeSymbol? TupleUnderlyingType { get; }
member this.TupleUnderlyingType : Microsoft.CodeAnalysis.INamedTypeSymbol
Public ReadOnly Property TupleUnderlyingType As INamedTypeSymbol

Property Value

Applies to