Partager via


INamedTypeSymbol.TypeArguments Propriété

Définition

Retourne les arguments de type qui ont été remplacés par les paramètres de type. Si rien n’a été remplacé par un paramètre de type donné, le paramètre de type lui-même est considéré comme l’argument de type.

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

Valeur de propriété

S’applique à