Java.Lang.Reflect.Array.SetChar Method
Sets array[index] = value.

Syntax

[Android.Runtime.Register("setChar", "(Ljava/lang/Object;IC)V", "")]
public static void SetChar (Java.Lang.Object array, int index, char value)

Parameters

array
Documentation for this section has not yet been entered.
index
Documentation for this section has not yet been entered.
value
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.NullPointerExceptionif array == null
Java.Lang.IllegalArgumentExceptionif the array is not an array or the value cannot be converted to the array type by a widening conversion
Java.Lang.ArrayIndexOutOfBoundsExceptionif index = array.length

Remarks

Sets array[index] = value. Applies to char, double, float, int, and long arrays.

[Android Documentation]

Requirements

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