[This is preliminary documentation and is subject to change.]

The IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)> type exposes the following members.

Constructors

Methods

  NameDescription
Protected methodDecrement
Gets index by 1 smaller than given
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
IDisposable
Protected methodEquals
Gets value indicating if one index is equals to other
Protected methodIncrement
Gets index by 1 greater than given
Protected methodIsGreater
Gets value indicating if one index is greater than other
Protected methodIsSmaller
Gets value indicating if one index is smaller than other
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.

Fields

  NameDescription
Protected fieldCollection
Protected fieldPosition
Curent position

Properties

  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate propertyIEnumerator..::..Current Obsolete.

See Also