GetEnumerator

NodeList.GetEnumerator method

Restituisce un enumeratore che scorre l’elenco.

public IEnumerator<Node> GetEnumerator()

Valore di ritorno

Un enumeratore che può essere utilizzato per scorrere l’elenco.

Guarda anche