Click or drag to resize

ItemsCopyTo Method

Copies the elements of the ICollection to an Array, starting at a particular Array index

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
An array that is the destination of the elements copied from the ICollection
index
Type: SystemInt32
The index at which copying begins

Implements

ICollectionCopyTo(Array, Int32)
See Also