XpsArray1.Item

XpsArray<T> indexer

通过索引提供对数组元素的访问i.

public T this[int i] { get; }
范围描述
i元素的索引。

返回值

该元素位于i位置。

也可以看看