Click or drag to resize

ShellViewColumnsCopyTo Method

Copies the entire list to the array passed, starting at the passed index of the target array.

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

Parameters

array  ShellViewColumn
The array to copy the collection to.
arrayIndex  Int32
The start index in the array.

Implements

ICollectionTCopyTo(T, Int32)
See Also