共用方式為


Parcel.ReadInterfaceList(IList, IFunction) 方法

定義

讀取指定的清單專案 IInterface 對象,這些物件是以 #writeInterfaceList 目前 dataPosition(撰寫的)。

[Android.Runtime.Register("readInterfaceList", "(Ljava/util/List;Ljava/util/function/Function;)V", "", ApiSince=33)]
[Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })]
public void ReadInterfaceList (System.Collections.IList list, Java.Util.Functions.IFunction asInterface);
[<Android.Runtime.Register("readInterfaceList", "(Ljava/util/List;Ljava/util/function/Function;)V", "", ApiSince=33)>]
[<Java.Interop.JavaTypeParameters(new System.String[] { "T extends android.os.IInterface" })>]
member this.ReadInterfaceList : System.Collections.IList * Java.Util.Functions.IFunction -> unit

參數

list
IList
asInterface
IFunction
屬性

備註

讀取指定的清單專案 IInterface 對象,這些物件是以 #writeInterfaceList 目前 dataPosition(撰寫的)。

android.os.Parcel.readInterfaceList(java.util.List<T>, java.util.function.Function<android.os.IBinder, T>)Java 檔。

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

適用於