Method MoveNext
MoveNext()
Advances the iterator to the next element of the DynamicArray.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool | Returns |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | An operation changed the DynamicArray after the creation of this iterator. |