Java.Util.AbstractMap.Clear Method
Removes all elements from this Map, leaving it empty.

Syntax

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
public virtual void Clear ()

Remarks

Removes all elements from this Map, leaving it empty.

This implementation calls entrySet().clear().

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1