ImmutableList<T>::CopyTo Method (array<T>^, Int32)
Copies the entire immutable list to a compatible one-dimensional array, starting at the specified index of the target array.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
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.
- arrayIndex
-
Type:
System::Int32
The zero-based index in array at which copying begins.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Show: