Parcel.CreateTypedArrayList(IParcelableCreator) Method

Definition

Read and return a new ArrayList containing a particular object type from the parcel that was written with #writeTypedList at the current dataPosition().

[Android.Runtime.Register("createTypedArrayList", "(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;", "")]
[Java.Interop.JavaTypeParameters(new System.String[] { "T" })]
public System.Collections.IList? CreateTypedArrayList (Android.OS.IParcelableCreator c);
[<Android.Runtime.Register("createTypedArrayList", "(Landroid/os/Parcelable$Creator;)Ljava/util/ArrayList;", "")>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T" })>]
member this.CreateTypedArrayList : Android.OS.IParcelableCreator -> System.Collections.IList

Parameters

Returns

A newly created ArrayList containing objects with the same data as those that were previously written.

Attributes

Remarks

Java documentation for android.os.Parcel.createTypedArrayList(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