Click or drag to resize

SystemShellListItemCollectionTCopyTo Method

Copies the entire SystemShellListItemCollectionT 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(
	T[] array,
	int arrayIndex
)

Parameters

array  T
arrayIndex  Int32

Implements

ICollectionTCopyTo(T, Int32)
See Also