GenericParameter.Index 属性

定义

获取声明通用类型或方法声明中从零开始的参数索引。

public:
 property int Index { int get(); };
public int Index { get; }
member this.Index : int
Public ReadOnly Property Index As Integer

属性值

注解

对应于 NumberECMA-335 Standard 中表的字段GenericParam

适用于