NodeList1.Get

NodeList<T>.Get method

Obtiene el nodo en el índice dado.

public abstract T Get(int index)
ParámetroEscribeDescripción
indexInt32El índice del nodo a obtener.

Valor_devuelto

El nodo en el índice dado.

Ver también