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

Syntax

[Android.Runtime.Register("keySet", "()Ljava/util/Set;", "GetKeySetHandler:Java.Util.IMapInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public 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.

[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