Lingua

Parcel.WriteInterfaceList(IList) Metodo

Definizione

Appiattire un List oggetto contenente oggetti T (IInterface) in questo pacco nella posizione corrente.

[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

Parametri

val
IList

Il valore può essere Null.

Attributi

Commenti

Appiattire un List oggetto contenente oggetti T (IInterface) in questo pacco nella posizione corrente. In un secondo momento possono essere recuperati con #createInterfaceArrayList o #readInterfaceList.

per android.os.Parcel.writeInterfaceList(java.util.List<T>).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a