Parcel.ReadIntArray(Int32[]) Method

Definition

Reads the int array value from this parcel.

[Android.Runtime.Register("readIntArray", "([I)V", "")]
public void ReadIntArray(int[] val);
[<Android.Runtime.Register("readIntArray", "([I)V", "")>]
member this.ReadIntArray : int[] -> unit

Parameters

val
Int32[]

The value cannot be null.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Java documentation for android.os.Parcel.readIntArray(int[]).

Applies to