Android.OS.Parcel.ReadSparseArray Method
Read and return a new SparseArray object from the parcel at the current dataPosition().

Syntax

[Android.Runtime.Register("readSparseArray", "(Ljava/lang/ClassLoader;)Landroid/util/SparseArray;", "")]
public Android.Util.SparseArray ReadSparseArray (Java.Lang.ClassLoader loader)

Parameters

loader
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Read and return a new SparseArray object from the parcel at the current dataPosition(). Returns null if the previously written list object was null. The given class loader will be used to load any enclosed Parcelables.

[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