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.​Generic.​IEnumerable`1

Assembly: System.Runtime

Exposes the enumerator, which supports a simple iteration over a collection of a specified type.

Methods

public IEnumerator`1
GetEnumerator​()
Returns An enumerator that can be used to iterate through the collection.
Returns an enumerator that iterates through the collection.