List.getEnumerator Method
Creates an enumerator for a list which allows you to traverse the list.
Syntax
public ListEnumerator getEnumerator()
Run On
Called
Return Value
Type: ListEnumerator Class
A listEnumerator object for the current list.