SyntaxList<TNode>.Item[Int32] 属性

定义

获取指定索引处的节点。

public:
 property TNode default[int] { TNode get(int index); };
public TNode this[int index] { get; }
member this.Item(int) : 'Node
Default Public ReadOnly Property Item(index As Integer) As TNode

参数

index
Int32

要获取或设置的节点的从零开始的索引。

属性值

TNode

指定索引处的节点。

实现

适用于