GetEnumerator

ElementList.GetEnumerator method

Restituisce un enumeratore che scorre l’elenco.

public IEnumerator<Element> GetEnumerator()

Valore di ritorno

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

Guarda anche