Name

IEnumerable

Synopsis

This interface exposes an enumerator to iterate over a collection. The GetEnumerator( ) method returns an IEnumerator for the object.

public interface IEnumerable {
// Public Instance Methods
   public IEnumerator GetEnumerator( );
}

Implemented By

Multiple types

Get C# in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.