[This is preliminary documentation and is subject to change.]
The IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| Decrement | Gets index by 1 smaller than given | |
| Dispose()()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) | IDisposable | |
| Equals | Gets value indicating if one index is equals to other | |
| Increment | Gets index by 1 greater than given | |
| IsGreater | Gets value indicating if one index is greater than other | |
| IsSmaller | Gets value indicating if one index is smaller than other | |
| MoveNext | Advances the enumerator to the next element of the collection. | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
Fields
| Name | Description | |
|---|---|---|
| Collection | IReadOnlyIndexableWithRange<(Of <(<'TItem, TIndex>)>)> being enumerated | |
| Position | Curent position |
Properties
| Name | Description | |
|---|---|---|
| Current | Gets the element in the collection at the current position of the enumerator. |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerator..::..Current | Obsolete. |