IConstructedTypeProvider<TType>.GetGenericInstantiation Метод

Определение

Возвращает символ типа для универсального экземпляра заданного универсального типа с заданными аргументами типа.

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

Параметры

genericType
TType
typeArguments
ImmutableArray<TType>

Возвращаемое значение

TType

Применяется к