Java.Util.Hashtable.Values Method
Returns a collection of the values contained in this Hashtable.

Syntax

[Android.Runtime.Register("values", "()Ljava/util/Collection;", "GetValuesHandler")]
public virtual ICollection Values ()

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.

[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