ArrayList::GetEnumerator Method
.NET Framework (current version)
Returns an enumerator that iterates through the ArrayList.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | GetEnumerator() | Returns an enumerator for the entire ArrayList. |
![]() | GetEnumerator(Int32, Int32) | Returns an enumerator for a range of elements in the ArrayList. |
Show:
