Langue

ReadOnlyList<T>.GetEnumerator Méthode

Définition

Retourne un énumérateur qui itère dans la liste.

public System.Collections.Generic.IEnumerator<T> GetEnumerator();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'T>
Public Function GetEnumerator () As IEnumerator(Of T)

Retours

Qui IEnumerator<T> peut être utilisé pour itérer dans la liste.

Implémente

S’applique à