Share via


MapIterator.rangeValue Method

Definition

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

public:
 virtual System::Object ^ rangeValue();
public virtual object rangeValue ();
abstract member rangeValue : unit -> obj
override this.rangeValue : unit -> obj
Public Overridable Function rangeValue () As Object

Returns

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.

Applies to