IConstructedTypeProvider<TType>.GetGenericInstantiation Metoda

Definicja

Pobiera symbol typu dla ogólnego wystąpienia danego typu ogólnego z podanymi argumentami typu.

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

Parametry

genericType
TType
typeArguments
ImmutableArray<TType>

Zwraca

TType

Dotyczy