Copies the elements in the list to a new array.
The new array containing a copy of the list's elements.
This an O(n) operation, where n is List<T>.Count.
Namespace: System.Collections.Generic
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0