Returns a set of the keys contained in this Hashtable.
Syntax
[Android.Runtime.Register("keySet", "()Ljava/util/Set;", "GetKeySetHandler")] public virtual ICollectionKeySet ()
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.