Share via


ISignatureTypeProvider<TType,TGenericContext>.GetGenericTypeParameter 方法

定义

获取从零开始的给定 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

从零开始的给定 index 处的泛型类型参数的类型符号。

适用于