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.