Partilhar via


IMethodSymbol.TypeArguments Propriedade

Definição

Retorna os argumentos de tipo que foram substituídos pelos parâmetros de tipo. Se nada tiver sido substituído por um determinado parâmetro de tipo, o parâmetro de tipo em si será considerado o 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 da propriedade

Aplica-se a