INamedTypeSymbol.TupleUnderlyingType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
S’il s’agit d’un type tuple avec des noms d’éléments, retourne le symbole du type tuple sans noms. Sinon, retourne null. Argument de type correspondant au type du champ d’extension (VT[8]. Rest), qui se trouve à la 8e position (une base) est toujours un symbole pour un autre tuple, plutôt que son type sous-jacent.
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