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

The LongIndexableEnumerator<(Of <(<'TItem>)>)> type exposes the following members.

Constructors

Methods

  NameDescription
Protected methodDecrement
Gets index by 1 smaller than given
(Overrides IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>..::..Decrement(TIndex).)
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>.)
Protected methodDispose(Boolean)
IDisposable
(Inherited from IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>.)
Protected methodEquals
Gets value indicating if one index is equals to other
(Overrides IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>..::..Equals(TIndex, TIndex).)
Protected methodIncrement
Gets index by 1 greater than given
(Overrides IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>..::..Increment(TIndex).)
Protected methodIsGreater
Gets value indicating if one index is greater than other
(Overrides IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>..::..IsGreater(TIndex, TIndex).)
Protected methodIsSmaller
Gets value indicating if one index is smaller than other
(Overrides IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>..::..IsSmaller(TIndex, TIndex).)
Public methodMoveNext
Advances the enumerator to the next element of the collection.
(Inherited from IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>.)
Public methodReset
Sets the enumerator to its initial position, which is before the first element in the collection.
(Inherited from IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>.)

Fields

Properties

  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
(Inherited from IndexableEnumeratorBase<(Of <(<'TItem, TIndex>)>)>.)

Explicit Interface Implementations

See Also