JavaInt16Array Constructors

Definition

Overloads

JavaInt16Array(IEnumerable<Int16>)
JavaInt16Array(IList<Int16>)
JavaInt16Array(Int32)
JavaInt16Array(JniObjectReference, JniObjectReferenceOptions)

JavaInt16Array(IEnumerable<Int16>)

public JavaInt16Array (System.Collections.Generic.IEnumerable<short> value);
new Java.Interop.JavaInt16Array : seq<int16> -> Java.Interop.JavaInt16Array

Parameters

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

JavaInt16Array(IList<Int16>)

public JavaInt16Array (System.Collections.Generic.IList<short> value);
new Java.Interop.JavaInt16Array : System.Collections.Generic.IList<int16> -> Java.Interop.JavaInt16Array

Parameters

value
IList<Int16>

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

JavaInt16Array(Int32)

public JavaInt16Array (int length);
new Java.Interop.JavaInt16Array : int -> Java.Interop.JavaInt16Array

Parameters

length
Int32

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

JavaInt16Array(JniObjectReference, JniObjectReferenceOptions)

public JavaInt16Array (ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options);
new Java.Interop.JavaInt16Array : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaInt16Array

Parameters

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