IConstructedTypeProvider<TType>.GetGenericInstantiation Método

Definição

Obtém o símbolo de tipo de uma criação de instância genérica do tipo genérico especificado com os 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>

Retornos

TType

Aplica-se a