Edit

Share via


AppViaStampCollection.CopyTo(Array, Int32) Method

Definition

Copies the elements of the collection to an array, starting at a particular array index.

public:
 virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);

Parameters

array
Array
index
Int32

Implements

Applies to