Android.OS.Parcel.Unmarshall Method
Set the bytes in data to be the raw bytes of this Parcel.

Syntax

[Android.Runtime.Register("unmarshall", "([BII)V", "")]
public void Unmarshall (byte[] data, int offest, int length)

Parameters

data
Documentation for this section has not yet been entered.
offest
Documentation for this section has not yet been entered.
length
Documentation for this section has not yet been entered.

Remarks

Set the bytes in data to be the raw bytes of this Parcel.

[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