Returns a collection of the values contained in this Hashtable.
Syntax
[Android.Runtime.Register("values", "()Ljava/util/Collection;", "GetValuesHandler")] public virtual ICollectionValues ()
Returns
Documentation for this section has not yet been entered.
Remarks
Returns a collection of the values contained in this Hashtable.
The collection is backed by this Hashtable so changes to one are
reflected by the other. The collection does not support adding.