Item

ReadOnlyList<T> indexer

获取集合中指定索引处的元素。

public T this[int index] { get; }
范围 描述
index 要获取的元素的从零开始的索引。

返回值

指定索引处的元素。

也可以看看