Mono Class Library: System.Collections.ArrayList Overview | Members

System.Collections.ArrayList.ToArray Overloads

The overloads of ToArray are listed below. For a list of all members, see the ArrayList Members list.

Public Methods

ToArray() : object[]
Copies the elements of the current instance to a new object array.
ToArray(Type) : Array
Copies the elements of the current instance to a new array of the specified Type.