ToArray Method

MCManager API

Overload List

  NameDescription
ToArray()()()
Copies the elements of the ArrayList to a new Object array.
(Inherited from ArrayList.)
ToArray(Type)
Copies the elements of the ArrayList to a new array of the specified element type.
(Inherited from ArrayList.)

See Also