Java.Util.Hashtable.EntrySet Method
Returns a set of the mappings contained in this Hashtable.

Syntax

[Android.Runtime.Register("entrySet", "()Ljava/util/Set;", "GetEntrySetHandler")]
public virtual ICollection EntrySet ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a set of the mappings contained in this Hashtable. Each element in the set is a Java.Util.IMapEntry. 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