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.
struct System.​Collections.​IEnumerable
Assembly: System.Runtime
Exposes an enumerator, which supports a simple iteration over a non-generic collection.
Methods
public
IEnumerator
GetEnumerator​() Returns An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.
Returns an enumerator that iterates through a collection.