JavaList.ToArray Method

Definition

Overloads

ToArray(Object[])
ToArray()

ToArray(Object[])

public virtual Java.Lang.Object[] ToArray (Java.Lang.Object[] array);
override this.ToArray : Java.Lang.Object[] -> Java.Lang.Object[]

Parameters

array
Object[]

Returns

Object[]

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

ToArray()

public virtual Java.Lang.Object[] ToArray ();
override this.ToArray : unit -> Java.Lang.Object[]

Returns

Object[]

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