JavaObjectArray<T> Constructors

Definition

Overloads

JavaObjectArray<T>(IEnumerable<T>)
JavaObjectArray<T>(IList<T>)
JavaObjectArray<T>(Int32)
JavaObjectArray<T>(JniObjectReference, JniObjectReferenceOptions)

JavaObjectArray<T>(IEnumerable<T>)

public JavaObjectArray (System.Collections.Generic.IEnumerable<T> value);
new Java.Interop.JavaObjectArray<'T> : seq<'T> -> Java.Interop.JavaObjectArray<'T>

Parameters

value
IEnumerable<T>

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

JavaObjectArray<T>(IList<T>)

public JavaObjectArray (System.Collections.Generic.IList<T> value);
new Java.Interop.JavaObjectArray<'T> : System.Collections.Generic.IList<'T> -> Java.Interop.JavaObjectArray<'T>

Parameters

value
IList<T>

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

JavaObjectArray<T>(Int32)

public JavaObjectArray (int length);
new Java.Interop.JavaObjectArray<'T> : int -> Java.Interop.JavaObjectArray<'T>

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

JavaObjectArray<T>(JniObjectReference, JniObjectReferenceOptions)

public JavaObjectArray (ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options);
new Java.Interop.JavaObjectArray<'T> : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaObjectArray<'T>

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