Android.OS.Bundle.GetCharSequenceArrayList Method
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.

Syntax

[Android.Runtime.Register("getCharSequenceArrayList", "(Ljava/lang/String;)Ljava/util/ArrayList;", "")]
public IList<Java.Lang.ICharSequence> GetCharSequenceArrayList (string key)

Parameters

key
a String, or null

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.

[Android Documentation]

Requirements

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