Android.OS.Bundle.ContainsKey Method
Returns true if the given key is contained in the mapping of this Bundle.

Syntax

[Android.Runtime.Register("containsKey", "(Ljava/lang/String;)Z", "")]
public override bool ContainsKey (string key)

Parameters

p0
a String key

Returns

Documentation for this section has not yet been entered.

Remarks

Returns true if the given key is contained in the mapping of 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