다음을 통해 공유


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

Definition

Copies all items in the collection to the provided array, starting with the provided index.

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

Parameters

array
T[]

An array of type T.

index
Int32

The index of the collection to start to copy items.

Implements

Applies to