Click or drag to resize

BlockCopyTo Method (CodeObject, 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(
	CodeObject[] codeObjects,
	int index
)

Parameters

codeObjects
Type: Nova.CodeDOMCodeObject
The array to copy into.
index
Type: SystemInt32
The starting index in the array.

Implements

ICollectionTCopyTo(T, Int32)
See Also