ISignatureTypeProvider<TType,TGenericContext>.GetGenericTypeParameter 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取从零开始的给定 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
处的泛型类型参数的类型符号。