[This is preliminary documentation and is subject to change.]
The TypedArrayEnumerator<(Of <(<'T>)>)> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TypedArrayEnumerator<(Of <(<'T>)>)> | CTor |
Methods
| Name | Description | |
|---|---|---|
| Dispose()()()() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| Dispose(Boolean) | This code added by Visual Basic to correctly implement the disposable pattern. | |
| MoveNext | Advances the enumerator to the next element of the collection. | |
| MovePrevious | Moves internal pointer of enumerator to previos member of collection | |
| Reset | Resets enumerator to start position (depends on direction of enumeration) |
Properties
| Name | Description | |
|---|---|---|
| Current | Gets the element in the collection at the current position of the enumerator. | |
| CurrentIndex | Gets current index into array the enumerator points to |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerator..::..Current | Obsolete. |