ISignatureTypeProvider<TType,TGenericContext>.GetGenericTypeParameter メソッド

定義

指定した 0 から始まる indexにあるジェネリック型パラメーターの型シンボルを取得します。

public:
 TType GetGenericTypeParameter(TGenericContext genericContext, int index);
public TType GetGenericTypeParameter(TGenericContext genericContext, int index);
abstract member GetGenericTypeParameter : 'GenericContext * int -> 'ype
Public Function GetGenericTypeParameter (genericContext As TGenericContext, index As Integer) As TType

パラメーター

genericContext
TGenericContext
index
Int32

返品

TType

指定された 0 から始まる indexのジェネリック型パラメーターの型シンボル。

適用対象