Provides access to members that enumerate over a set of indexes.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next index in the set. | |
Reset | Resets the enumeration sequence to the beginning. |
IEnumIndex.Next Method
Retrieves the next index in the set.
Public Function Next ( _
) As IIndex
public IIndex Next (
);
IEnumIndex.Reset Method
Resets the enumeration sequence to the beginning.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IEnumIndex
Classes | Description |
---|