JavaInt32Array Constructors

Definition

Overloads

JavaInt32Array(IEnumerable<Int32>)
JavaInt32Array(IList<Int32>)
JavaInt32Array(Int32)
JavaInt32Array(JniObjectReference, JniObjectReferenceOptions)

JavaInt32Array(IEnumerable<Int32>)

public JavaInt32Array (System.Collections.Generic.IEnumerable<int> value);
new Java.Interop.JavaInt32Array : seq<int> -> Java.Interop.JavaInt32Array

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

JavaInt32Array(IList<Int32>)

public JavaInt32Array (System.Collections.Generic.IList<int> value);
new Java.Interop.JavaInt32Array : System.Collections.Generic.IList<int> -> Java.Interop.JavaInt32Array

Parameters

value
IList<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

JavaInt32Array(Int32)

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

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

JavaInt32Array(JniObjectReference, JniObjectReferenceOptions)

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

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