GenericParameter.Index 属性

定义

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

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

属性值

注解

对应于 NumberGenericParam 中表的字段。

适用于