JuggerNET Runtime Library

shortArray Constructor

Initializes a new instance of the shortArray class to refer to a Java null reference.

Overload List

Initializes a new instance of the shortArray class to refer to a Java null reference.

public shortArray();

 

public shortArray(JNIHandle);

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

public shortArray(int);

See Also

shortArray Class | Codemesh.JuggerNET Namespace