SyntaxList<TNode>.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得位於指定索引處的節點。
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
位於指定索引處的節點。