CharArrayBuffer Constructors

Definition

Overloads

CharArrayBuffer(Char[])
CharArrayBuffer(Int32)

CharArrayBuffer(Char[])

[Android.Runtime.Register(".ctor", "([C)V", "")]
public CharArrayBuffer (char[]? buf);
[<Android.Runtime.Register(".ctor", "([C)V", "")>]
new Android.Database.CharArrayBuffer : char[] -> Android.Database.CharArrayBuffer

Parameters

buf
Char[]
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

CharArrayBuffer(Int32)

[Android.Runtime.Register(".ctor", "(I)V", "")]
public CharArrayBuffer (int size);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Database.CharArrayBuffer : int -> Android.Database.CharArrayBuffer

Parameters

size
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to