Java.Util.Hashtable.KeySet Method
Returns a set of the keys contained in this Hashtable.

Syntax

[Android.Runtime.Register("keySet", "()Ljava/util/Set;", "GetKeySetHandler")]
public virtual ICollection KeySet ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a set of the keys contained in this Hashtable. The set is backed by this Hashtable so changes to one are reflected by the other. The set does not support adding.

[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