Java.Util.Hashtable.Keys Method
Returns an enumeration on the keys of this Hashtable instance.

Syntax

[Android.Runtime.Register("keys", "()Ljava/util/Enumeration;", "GetKeysHandler")]
public override IEnumeration Keys ()

See Also

Hashtable.Elements
Hashtable.Size
IEnumeration

Returns

Documentation for this section has not yet been entered.

Remarks

Returns an enumeration on the keys of this Hashtable instance. The results of the enumeration may be affected if the contents of this Hashtable are modified.

[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