Java.Util.Hashtable.Clear Method
Removes all key/value pairs from this Hashtable, leaving the size zero and the capacity unchanged.

Syntax

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

See Also

Hashtable.IsEmpty
Hashtable.Size

Remarks

Removes all key/value pairs from this Hashtable, leaving the size zero and the capacity unchanged.

[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