Android.OS.Bundle.KeySet Method
Returns a Set containing the Strings used as keys in this Bundle.

Syntax

[Android.Runtime.Register("keySet", "()Ljava/util/Set;", "")]
public override ICollection<string> KeySet ()

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a Set containing the Strings used as keys in this Bundle.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1