JniEnvironment.Arrays.NewObjectArray Method

Definition

public static Java.Interop.JniObjectReference NewObjectArray (int length, Java.Interop.JniObjectReference elementClass, Java.Interop.JniObjectReference initialElement);
static member NewObjectArray : int * Java.Interop.JniObjectReference * Java.Interop.JniObjectReference -> Java.Interop.JniObjectReference

Parameters

length
Int32
elementClass
JniObjectReference
initialElement
JniObjectReference

Returns

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