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

The TypedArrayEnumerator<(Of <(<'T>)>)> type exposes the following members.

Constructors

Methods

  NameDescription
Public methodDispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
This code added by Visual Basic to correctly implement the disposable pattern.
Public methodMoveNext
Advances the enumerator to the next element of the collection.
Public methodMovePrevious
Moves internal pointer of enumerator to previos member of collection
Public methodReset
Resets enumerator to start position (depends on direction of enumeration)

Properties

  NameDescription
Public propertyCurrent
Gets the element in the collection at the current position of the enumerator.
Public propertyCurrentIndex
Gets current index into array the enumerator points to

Explicit Interface Implementations

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

See Also