Mono Class Library: System.Collections.ArrayList Overview | Members

System.Collections.ArrayList.GetEnumerator Overloads

The overloads of GetEnumerator are listed below. For a list of all members, see the ArrayList Members list.

Public Methods

GetEnumerator() : IEnumerator
Returns a IEnumerator for the current instance.
GetEnumerator(int, int) : IEnumerator
Returns a IEnumerator for the specified section of the current instance.