Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.