JuggerNET Runtime Library

charArray Constructor (Int32)

Initializes a new instance of the charArray class to refer to a newly created Java char[] of length size.

public charArray(
   int size
);

Parameters

size
the length of the array.

See Also

charArray Class | Codemesh.JuggerNET Namespace | charArray Constructor Overload List