Android.OS.Parcel.ReadParcelableArray Method
Read and return a new Parcelable array from the parcel.
Syntax
[Android.Runtime.Register("readParcelableArray", "(Ljava/lang/ClassLoader;)[Landroid/os/Parcelable;", "")]
public IParcelable[] ReadParcelableArray (ClassLoader loader)
public IParcelable[] ReadParcelableArray (ClassLoader loader)
Parameters
- loader
Remarks
Read and return a new Parcelable array from the parcel. The given class loader will be used to load any enclosed Parcelables.
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1