Share via


IMethodSymbol.TypeArguments Propiedad

Definición

Devuelve los argumentos de tipo que se han sustituido por los parámetros de tipo. Si no se ha sustituido nada por un parámetro de tipo determinado, el propio parámetro de tipo se considera el argumento de tipo.

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)

Valor de propiedad

Se aplica a