MapIterator.rangeValue Method

Returns the value of the "value" in the (key, value) pair referred to by the iterator.

Syntax

public anytype rangeValue()

Run On

Called

Return Value

Type: anytype
The value of the second item in the map element that is currently referred to by the iterator.

Remarks

The rangeValue method has the same functionality as the MapIterator.value method, but it is available as a counterpart to the domainValue method.

See Also

MapIterator Class

MapIterator.domainValue Method