Java.Util.AbstractMap.KeySet Method
Returns a set of the keys contained in this Map.

Syntax

[Android.Runtime.Register("keySet", "()Ljava/util/Set;", "GetKeySetHandler")]
public virtual ICollection KeySet ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a set of the keys contained in this Map. The Set is backed by this Map so changes to one are reflected by the other. The Set does not support adding.

This implementation returns a view that calls through this to map. Its iterator transforms this map's entry set iterator to return keys.

[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