Share via


MapIterator.domainValue Method

Definition

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

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

Returns

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

Applies to