IConstructedTypeProvider<TType>.GetGenericInstance メソッド

定義

public:
 TType GetGenericInstance(TType genericType, System::Collections::Immutable::ImmutableArray<TType> typeArguments);
public TType GetGenericInstance (TType genericType, System.Collections.Immutable.ImmutableArray<TType> typeArguments);
abstract member GetGenericInstance : 'ype * System.Collections.Immutable.ImmutableArray<'ype> -> 'ype
Public Function GetGenericInstance (genericType As TType, typeArguments As ImmutableArray(Of TType)) As TType

パラメーター

genericType
TType
typeArguments
ImmutableArray<TType>

戻り値

TType

適用対象