Item

NodeList indexer

获取列表中指定索引处的节点。

public Node this[int index] { get; }
范围描述
index节点的从零开始的索引。

返回值

指定索引处的节点。

也可以看看