Android.OS.Parcel.WriteArray Method
Flatten an Object array into the parcel at the current dataPosition(),
growing dataCapacity() if needed.
Syntax
[Android.Runtime.Register("writeArray", "([Ljava/lang/Object;)V", "")]
public Void WriteArray (Object[] val)
public Void WriteArray (Object[] val)
Parameters
- val
Remarks
Flatten an Object array into the parcel at the current dataPosition(), growing dataCapacity() if needed. The array values are written using Parcel.WriteValue(Object) and must follow the specification there.
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1