Partilhar via


INamedTypeSymbol.TypeParameters Propriedade

Definição

Retorna os parâmetros de tipo que esse tipo tem. Se esse for um tipo não genérico, retornará um ImmutableArray vazio.

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)

Valor da propriedade

Aplica-se a