JavaBooleanArray Constructors

Definition

Overloads

JavaBooleanArray(IEnumerable<Boolean>)
JavaBooleanArray(IList<Boolean>)
JavaBooleanArray(Int32)
JavaBooleanArray(JniObjectReference, JniObjectReferenceOptions)

JavaBooleanArray(IEnumerable<Boolean>)

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

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

JavaBooleanArray(IList<Boolean>)

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

Parameters

value
IList<Boolean>

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

JavaBooleanArray(Int32)

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

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

JavaBooleanArray(JniObjectReference, JniObjectReferenceOptions)

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

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