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

適用対象