Contains the state of an active enumeration. This interface is rarely accessed
by client code as IEnumerable sequences can be used with `for each`
current:Object
[read-only]
Returns the current value in the sequence
Implementation public function get current():Object
public function moveNext():Boolean
Moves to the next value in the sequence
Returns | Boolean — true if a new value is available; false if the end of the sequence has been reacheds
|
Fri May 20 2011, 04:58 PM +01:00