Fills the specified array with the specified element.
Syntax
[Android.Runtime.Register("fill", "([CC)V", "")]
public static
void Fill (
char[] array,
char value)
Parameters
- array
- the char array to fill.
- value
- the char 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