Item

ElementList indexer

获取列表中指定索引处的元素。

public Element this[int index] { get; }
参数描述
index元素的零基索引。

返回值

指定索引处的元素。

另请参阅