MapIterator.end Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.