다음을 통해 공유


Parcel.WriteParcelableList(IList, Int32) 메서드

정의

List 포함하는 임의의 Parcelable 개체를 현재 위치에 있는 이 구획으로 평면화합니다.

[Android.Runtime.Register("writeParcelableList", "(Ljava/util/List;I)V", "", ApiSince=29)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.Parcelable" })]
public void WriteParcelableList (System.Collections.IList? val, int flags);
[<Android.Runtime.Register("writeParcelableList", "(Ljava/util/List;I)V", "", ApiSince=29)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.Parcelable" })>]
member this.WriteParcelableList : System.Collections.IList * int -> unit

매개 변수

val
IList
flags
Int32
특성

설명

List 포함하는 임의의 Parcelable 개체를 현재 위치에 있는 이 구획으로 평면화합니다. 필요한 경우 나중에 검색 #readParcelableList(List, ClassLoader) 할 수 있습니다.

에 대한 android.os.Parcel.writeParcelableList(java.util.List<T>, int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상