Click or drag to resize

BlockCopyTo Method (Array, Int32)

Copy the code objects in the block to the specified array, starting at the specified offset.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public void CopyTo(
	Array array,
	int index
)

Parameters

array
Type: SystemArray
The array to copy into.
index
Type: SystemInt32
The starting index in the array.

Implements

ICollectionCopyTo(Array, Int32)
See Also