ParameterElement.Index 属性

定义

获取或设置泛型已知类型的位置。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property int Index { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("index", DefaultValue=0)]
[System.Configuration.IntegerValidator(MinValue=0)]
public int Index { get; set; }
[<System.Configuration.ConfigurationProperty("index", DefaultValue=0)>]
[<System.Configuration.IntegerValidator(MinValue=0)>]
member this.Index : int with get, set
Public Property Index As Integer

属性值

参数在作为容器的泛型声明类型中的位置。

属性

适用于