NewEnumeratorBase
Initializes a new instance of EnumeratorBase.
Public Function NewEnumeratorBase(
ByVal StartIndex As Long,
ByVal Length As Long,
Optional ByVal Collection As IVersionable ) As EnumeratorBase
Parameters
- StartIndex
-
[ByVal]
Long.
The starting position within a list of items to be enumerated.
- Length
-
[ByVal]
Long.
The number of items to be enumerated from the starting position.
- Collection
-
[ByVal]
Optional.
IVersionable.
An object that implements IVersionable to track version changes of a collection.
Return Values
EnumeratorBase - A base class used to manage the iteration of an index.
See Also
Project CorLib Overview
Class Constructors Overview