Partager via


INamedTypeSymbol.TypeParameters Propriété

Définition

Retourne les paramètres de type dont ce type a. S’il s’agit d’un type non générique, retourne un ImmutableArray vide.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ITypeParameterSymbol ^> TypeParameters { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::ITypeParameterSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeParameterSymbol> TypeParameters { get; }
member this.TypeParameters : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.ITypeParameterSymbol>
Public ReadOnly Property TypeParameters As ImmutableArray(Of ITypeParameterSymbol)

Valeur de propriété

S’applique à