Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
void ICollection.CopyTo(
	Array array,
	int index
)
Visual Basic
Private Sub CopyTo ( _
	array As Array, _
	index As Integer _
) Implements ICollection.CopyTo

Parameters

array
Type: System..::..Array
index
Type: System..::..Int32

Implements

ICollection..::..CopyTo(Array, Int32)

See Also