IConstructedTypeProvider<TType>.GetGenericInstantiation(TType, ImmutableArray<TType>) 方法
定义
获取泛型实例化的类型符号,其中该实例化是具有给定类型参数的给定泛型类型。Gets the type symbol for a generic instantiation of the given generic type with the given type arguments.
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