Item

ReadOnlyListBase<T> indexer

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

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

适当的价值

指定索引处的元素。

也可以看看