Java.Util.Arrays.Fill Method
Fills the specified array with the specified element.

Syntax

[Android.Runtime.Register("fill", "([Ljava/lang/Object;Ljava/lang/Object;)V", "")]
public static void Fill (Java.Lang.Object[] array, Java.Lang.Object value)

Parameters

array
the Object array to fill.
value
the Object element.

Remarks

Fills the specified array with the specified element.

[Android Documentation]

Requirements

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