ImmutableArray<T>::CopyTo Method (array<T>^, Int32)
Copies the contents of this array to the specified array starting at the specified destination index.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- destination
-
Type:
array<T>^
The array to copy to.
- destinationIndex
-
Type:
System::Int32
The index in array where copying begins.
Implements
ICollection<T>::CopyTo(array<T>^, Int32)
Show: