Compartir a través de


SyntaxList<TNode>.Item[Int32] Propiedad

Definición

Obtiene el nodo en el índice especificado.

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

Parámetros

index
Int32

Índice de base cero del nodo que se va a obtener o establecer.

Valor de propiedad

TNode

Nodo en el índice especificado.

Implementaciones

Se aplica a