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

 

Copies this array to another array starting at the specified index.

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

private:
virtual void CopyTo(
	Array^ array,
	int index
) sealed = ICollection::CopyTo

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.

This member is an explicit interface member implementation. It can be used only when the ImmutableArray<T> instance is cast to an ICollection interface.

Return to top
Show: