Android.OS.Parcel.ReadList Method
Read into an existing List object from the parcel at the current dataPosition(), using the given class loader to load any enclosed Parcelables.

Syntax

[Android.Runtime.Register("readList", "(Ljava/util/List;Ljava/lang/ClassLoader;)V", "")]
public void ReadList (IList outVal, Java.Lang.ClassLoader loader)

Parameters

outVal
Documentation for this section has not yet been entered.
loader
Documentation for this section has not yet been entered.

Remarks

Read into an existing List object from the parcel at the current dataPosition(), using the given class loader to load any enclosed Parcelables. If it is null, the default class loader is used.

[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