Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewThis PackageAll Packages
ArrayEnumerator Methods
| Constructors | Description |
| ArrayEnumerator | Creates an ArrayEnumerator object. |
| Methods | Description |
| clone | Creates an identical copy of this enumerator. |
| hasMoreItems | Determines whether there are more items in the array past the current item. |
| nextItem | Retrieves the next item in the array and increments the current position. |
| reset | Resets the current position to the first element of the array. |