MapIterator.delete Method
Removes the element that is pointed to by the iterator from the map.
Syntax
public void delete()
Run On
Called
Remarks
The iterator will point to the next element after invoking the delete method.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Removes the element that is pointed to by the iterator from the map.
public void delete()
Called
The iterator will point to the next element after invoking the delete method.