Enumerator for the FixedArray struct.
More...
Inherits IEnumerator< T >.
|
void | Dispose () |
| Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. More...
|
|
| Enumerator (FixedArray< T > array) |
| Initializes a new instance of the Enumerator struct. More...
|
|
bool | MoveNext () |
| Advances the enumerator to the next element of the collection. More...
|
|
void | Reset () |
| Sets the enumerator to its initial position, which is before the first element in the collection. More...
|
|
|
T | Current [get] |
| Gets the current element in the collection. More...
|
|
object IEnumerator. | Current [get] |
|
◆ Enumerator()
Initializes a new instance of the Enumerator struct.
- Parameters
-
◆ Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
◆ MoveNext()
Advances the enumerator to the next element of the collection.
- Returns
- True if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
◆ Reset()
Sets the enumerator to its initial position, which is before the first element in the collection.
◆ Current
Gets the current element in the collection.