Initializing help system before first use

CopyTo Method

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

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type:  SystemArray
The one-dimensional Array that is the destination of the elements copied from ICollection. The Array must have zero-based indexing.
index
Type:  SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionCopyTo(Array, Int32)
See Also