Click or drag to resize

JamItemIdListCollectionCopyTo Method

Copies the entire JamItemIdListCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public void CopyTo(
	IJamItemIdList[] array,
	int arrayIndex
)

Parameters

array
Type: Jam.ShellIJamItemIdList
arrayIndex
Type: SystemInt32

Implements

ICollectionTCopyTo(T, Int32)
See Also