共用方式為


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

位於指定索引處的節點。

實作

適用於