Parcel.ReadTypedList(IList, IParcelableCreator) Method

Definition

Read into the given List items containing a particular object type that were written with #writeTypedList at the current dataPosition().

[Android.Runtime.Register("readTypedList", "(Ljava/util/List;Landroid/os/Parcelable$Creator;)V", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public void ReadTypedList (System.Collections.IList list, Android.OS.IParcelableCreator c);
[<Android.Runtime.Register("readTypedList", "(Ljava/util/List;Landroid/os/Parcelable$Creator;)V", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
member this.ReadTypedList : System.Collections.IList * Android.OS.IParcelableCreator -> unit

Parameters

list
IList
Attributes

Remarks

Java documentation for android.os.Parcel.readTypedList(java.util.List, android.os.Creator).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to