IMethodSymbol.TypeArguments Eigenschaft

Definition

Gibt die Typargumente zurück, die für die Typparameter ersetzt wurden. Wenn nichts für einen bestimmten Typparameter ersetzt wurde, wird der Typparameter selbst als Typargument betrachtet.

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)

Eigenschaftswert

Gilt für: