ImmutableArray<T>::ICollection::CopyTo Method (Array^, Int32)
Copies this array to another array starting at the specified index.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Parameters
- array
-
Type:
System::Array^
The array to copy this array to.
- index
-
Type:
System::Int32
The index in the destination array to start the copy operation.
Implements
ICollection::CopyTo(Array^, Int32)This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an ICollection interface.
Show: