AttributeCollection.CopyTo(Array, Int32) Method

Definition

Copies the collection to an array, starting at the specified index.

public:
 virtual void CopyTo(Array ^ array, int index);
public void CopyTo (Array array, int index);
abstract member CopyTo : Array * int -> unit
override this.CopyTo : Array * int -> unit
Public Sub CopyTo (array As Array, index As Integer)

Parameters

array
Array

The Array to copy the collection to.

index
Int32

The index to start from.

Implements

Applies to

See also