Click or drag to resize
ArrayListToArray Method
Copies the elements of the ArrayList to a new Object array.

Namespace: System.Collections
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public virtual Object[] ToArray()

Return Value

Type: Object
An Object array containing copies of the elements of the ArrayList.
See Also