next


Description:

public bool next (out unowned string name, out unowned Param? param)

Advances this and retrieves the name and/or parameter that are now pointed at as a result of this advancement.

If FALSE is returned, name and param are not set and the iterator becomes invalid.

Parameters:

this

an initialized ParamsIter

name

a location to store the name, or null

param

a location to store the Param, or null

Returns:

false if the end of the Params has been reached, true otherwise.