Click or drag to resize

NamedCodeObjectGroupCopyTo Method (INamedCodeObject, Int32)

Copy the objects in the group 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(
	INamedCodeObject[] array,
	int index
)

Parameters

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

Implements

ICollectionTCopyTo(T, Int32)
See Also