LinkTargetCollection::CopyTo Method (array<LinkTarget^>^, Int32)

 

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

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
void CopyTo(
	array<LinkTarget^>^ array,
	int index
)

Parameters

array
Type: array<System.Windows.Documents::LinkTarget^>^

The target array.

index
Type: System::Int32

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

.NET Framework
Available since 3.0
Return to top
Show: