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

适用于