共用方式為


Parcel.WriteInterfaceList(IList) 方法

定義

將包含 T (IInterface) 的 物件壓 List 平到目前位置的這個地塊中。

[Android.Runtime.Register("writeInterfaceList", "(Ljava/util/List;)V", "", ApiSince=33)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })]
public void WriteInterfaceList (System.Collections.IList? val);
[<Android.Runtime.Register("writeInterfaceList", "(Ljava/util/List;)V", "", ApiSince=33)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })>]
member this.WriteInterfaceList : System.Collections.IList -> unit

參數

val
IList
屬性

備註

將包含 T (IInterface) 的 物件壓 List 平到目前位置的這個地塊中。 稍後可以使用 或 #readInterfaceList來擷取#createInterfaceArrayList它們。

android.os.Parcel.writeInterfaceList(java.util.List<T>)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於