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.2
Syntax
public void CopyTo(
	IJamItemIdList[] array,
	int arrayIndex
)

Parameters

array  IJamItemIdList
arrayIndex  Int32

Implements

ICollectionTCopyTo(T, Int32)
See Also