INamedTypeSymbol.TupleUnderlyingType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.