C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System.Collections
ArrayList Class
ArrayList Methods
ToArray Method
ToArray Method
ToArray Method (Type)
ArrayList
ToArray 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#
Copy
public
virtual
Object
[]
ToArray
()
Return Value
Type:
Object
An
Object
array containing copies of the elements of the
ArrayList
.
See Also
Reference
ArrayList Class
ToArray Overload
System.Collections Namespace