ImmutableArray<T>::CopyTo Method (array<T>^, Int32)

 

Copies the contents of this array to the specified array starting at the specified destination index.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
virtual void CopyTo(
	array<T>^ destination,
	int destinationIndex
) sealed

Parameters

destination
Type: array<T>^

The array to copy to.

destinationIndex
Type: System::Int32

The index in array where copying begins.

Return to top
Show: