Copies the content.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public void CopyTo(
	Header[] array,
	int arrayIndex
)
Visual Basic
Public Sub CopyTo ( 
	array As Header(),
	arrayIndex As Integer
)
Visual C++
public:
virtual void CopyTo(
	array<Header^>^ array, 
	int arrayIndex
) sealed
F#
abstract CopyTo : 
        array : Header[] * 
        arrayIndex : int -> unit 
override CopyTo : 
        array : Header[] * 
        arrayIndex : int -> unit 

Parameters

array
Type: array<Dapfor.Wpf.Controls..::..Header>[]()[][]
The array.
arrayIndex
Type: System..::..Int32
Index of the array.

Implements

ICollection<(Of <(<'T>)>)>..::..CopyTo(array<T>[]()[][], Int32)

See Also