ElementCollection.Item

ElementCollection 索引器

通过索引获取元素。

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

返回值

获取的元素。

另请参阅