Click or drag to resize
IEnumerable Interface
Exposes the enumerator, which supports a simple iteration over a non-generic collection.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public interface IEnumerable

The IEnumerable type exposes the following members.

Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
Top
See Also