IConstructedTypeProvider<TType>.GetGenericInstantiation Método

Definición

Obtiene el símbolo de tipo para una creación de instancias genérica del tipo genérico especificado con los argumentos de tipo especificados.

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>

Devoluciones

TType

Se aplica a