JuggerNET Runtime Library

boolArray Constructor (Int32)

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

public boolArray(
   int size
);

Parameters

size
the length of the array.

See Also

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