PropertyDescriptorCollection.CopyTo(Array, Int32) Method

Definition

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

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

An array of PropertyDescriptor objects to copy elements of the collection to.

index
Int32

The index of the array parameter at which copying begins.

Implements

Applies to