MapIterator.delete Method

Definition

Removes from the map the element that is pointed to by the iterator.

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

Remarks

The iterator points to the next element after the delete method is invoked.

Applies to