DynamicArray::next

(Available since version 1.0)

DynamicArray::nextMove to next entry

Description

public void DynamicArray::next ( void )

Move the iterator to the next array entry.

Parameters

This function has no parameters.

Return Values

No value is returned.

To Top