IConstructedTypeProvider<TType>.GetGenericInstantiation Método

Definição

Obtém o símbolo de tipo para uma instância genérica do tipo genérico dado com os argumentos do tipo dados.

public:
 TType GetGenericInstantiation(TType genericType, System::Collections::Immutable::ImmutableArray<TType> typeArguments);
public TType GetGenericInstantiation(TType genericType, System.Collections.Immutable.ImmutableArray<TType> typeArguments);
abstract member GetGenericInstantiation : 'ype * System.Collections.Immutable.ImmutableArray<'ype> -> 'ype
Public Function GetGenericInstantiation (genericType As TType, typeArguments As ImmutableArray(Of TType)) As TType

Parâmetros

genericType
TType
typeArguments
ImmutableArray<TType>

Devoluções

TType

Aplica-se a