SyntaxList<TNode>.Item[Int32] Property

Definition

Gets the node at the specified index.

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

Parameters

index
Int32

The zero-based index of the node to get or set.

Property Value

TNode

The node at the specified index.

Implements

Applies to