ListIterator.value Method

Retrieves the value that is pointed to by the iterator.

Syntax

public anytype value()

Run On

Called

Return Value

Type: anytype
The value that is pointed to by the iterator.

Remarks

Before you try to retrieve the value of a list element, use the ListIterator.more method to test whether an element exists.

See Also

ListIterator Class

ListIterator.more Method

ListIterator.begin Method