Android.OS.BaseBundle.PutIntArray Method
Inserts an int array value into the mapping of this Bundle, replacing any existing value for the given key.

Syntax

[Android.Runtime.Register("putIntArray", "(Ljava/lang/String;[I)V", "GetPutIntArray_Ljava_lang_String_arrayIHandler")]
public virtual void PutIntArray (string key, int[] value)

Parameters

key
a String, or null
value
an int array object, or null

Remarks

Inserts an int array value into the mapping of this Bundle, replacing any existing value for the given key. Either key or value may be null.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0