Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ArrayList::GetEnumerator Method

 

Returns an enumerator that iterates through the ArrayList.

Namespace:   System.Collections
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodGetEnumerator()

Returns an enumerator for the entire ArrayList.

System_CAPS_pubmethodGetEnumerator(Int32, Int32)

Returns an enumerator for a range of elements in the ArrayList.

Return to top
Show:
© 2017 Microsoft