Share via


MapIterator.end Method

Definition

Moves the iterator past the last element in the map.

public:
 virtual void end();
public virtual void end ();
abstract member end : unit -> unit
override this.end : unit -> unit
Public Overridable Sub end ()

Remarks

After this method runs, the MapIterator.more method will return false.

Applies to