获取或设置指定索引的位置的数据
Gets or sets the data at the specified index
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public T this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As T
Get
Set
public:
property T default[int index] {
T get (int index);
void set (int index, T value);
}
member Item : 'T with get, set
参数
- index
- 类型:SystemInt32
索引位置
返回值
类型:
T当前索引的数据值
参见