Fills the specified array with the specified element.
Syntax
[Android.Runtime.Register("fill", "([JJ)V", "")]
public static
void Fill (
long[] array,
long value)
Parameters
- array
- the long array to fill.
- value
- the long element.
Remarks
Requirements
Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1