EnumeratorBase: Index (get)

Index

Gets the current index.



 Public Property Get Index ( ) As Long

Return Values

Long -  The current index.

Read Only.

Exceptions

ExceptionCondition
InvalidOperationException Attempted to get the current index before enumeration has started.
-or-
Attempted to get the current index after enumeration has finished.
-or-
The underlying collection has changed.

See Also

Project CorLib Overview

Class EnumeratorBase Overview