Click or drag to resize

instanceCountCollectionTCopyTo Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Copies the elements of the ICollection to an Array, starting at a particular Array index.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void CopyTo(
	Array array,
	int index
)
Request Example View Source

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)
Exceptions
ExceptionCondition
NotImplementedException
See Also