ImmutableArray<T>.Builder.CopyTo(T[], Int32) Method

Definition

Copies the current contents to the specified array.

public:
 virtual void CopyTo(cli::array <T> ^ array, int index);
public void CopyTo (T[] array, int index);
abstract member CopyTo : 'T[] * int -> unit
override this.CopyTo : 'T[] * int -> unit
Public Sub CopyTo (array As T(), index As Integer)

Parameters

array
T[]

The array to copy to.

index
Int32

The index to start the copy operation.

Implements

Applies to