NodeList1.Get

NodeList<T>.Get method

获取给定索引处的节点。

public abstract T Get(int index)
范围类型描述
indexInt32要获取的节点的索引。

返回值

给定索引处的节点。

也可以看看