Click or drag to resize

NamedCodeObjectDictionaryCopyTo Method

Copy the objects in the dictionary 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 virtual 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