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

 

Copies the contents of this array to the specified array.

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

public:
void CopyTo(
	array<T>^ destination
)

Parameters

destination
Type: array<T>^

The array to copy to.

Return to top
Show: