This documentation is archived and is not being maintained.
ImmutableList<T>::CopyTo Method (array<T>^)
Copies the entire immutable list to a compatible one-dimensional array, starting at the beginning of the target array.
Namespace:
System.Collections.ImmutableAssembly:
System.Collections.Immutable (in System.Collections.Immutable.dll)
public:
virtual void CopyTo(
array<T>^ array
) sealed
Parameters
- array
-
Type:
array<T>^
The one-dimensional array that is the destination of the elements copied from the immutable list. The array must have zero-based indexing.
Return to top