Method MoveNext
MoveNext()
Advances the iterator to the next element of the DynamicArray.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool | Returs |
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The DynamicArray was modified after the iterator was created. |