Item

NodeList indexer

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

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

返回值

指定索引处的节点。

也可以看看