ITypeParameterSymbol.ConstraintTypes 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.
Types qui ont été directement spécifiés en tant que contraintes sur le paramètre de type.
public:
property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ITypeSymbol ^> ConstraintTypes { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ITypeSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeSymbol> ConstraintTypes { get; }
member this.ConstraintTypes : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeSymbol>
Public ReadOnly Property ConstraintTypes As ImmutableArray(Of ITypeSymbol)