Object.FromArray<T>(T[]) Method

Definition

Creates a Java array wrapper from the specified managed array.

public static Java.Lang.Object? FromArray<T>(T[] value);
static member FromArray : 'T[] -> Java.Lang.Object

Type Parameters

T

The managed element or peer type used by this operation.

Parameters

value
T[]

The managed array to represent as a Java array.

Returns

A Java array wrapper for the managed array.

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