Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​Collections.​IEnumerable

Assembly: System.Runtime

Exposes an enumerator, which supports a simple iteration over a non-generic collection.

Methods

GetEnumerator​()
Returns an enumerator that iterates through a collection.
Returns An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.