LinkTargetCollection.CopyTo(LinkTarget[], Int32) Method

Definition

Copies the items in the collection to the specified array beginning at the specified index.

public:
 void CopyTo(cli::array <System::Windows::Documents::LinkTarget ^> ^ array, int index);
public void CopyTo (System.Windows.Documents.LinkTarget[] array, int index);
member this.CopyTo : System.Windows.Documents.LinkTarget[] * int -> unit
Public Sub CopyTo (array As LinkTarget(), index As Integer)

Parameters

array
LinkTarget[]

The target array.

index
Int32

The zero-based index of the array position where the first item is copied.

Applies to