Android.OS.Parcel.WriteList Method
Flatten a List into the parcel at the current dataPosition(), growing dataCapacity() if needed.

Syntax

[Android.Runtime.Register("writeList", "(Ljava/util/List;)V", "")]
public void WriteList (IList val)

Parameters

val
Documentation for this section has not yet been entered.

Remarks

Flatten a List into the parcel at the current dataPosition(), growing dataCapacity() if needed. The List values are written using Parcel.WriteValue(Java.Lang.Object) and must follow the specification there.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1