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

適用於