Share via


MapIterator.domainValue Method

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

Syntax

public anytype domainValue()

Run On

Called

Return Value

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

See Also

MapIterator Class

MapIterator.rangeValue Method