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: 6.3.1
Syntax
public void CopyTo(
	ShellViewColumn[] array,
	int arrayIndex
)

Parameters

array
Type: Jam.ShellShellViewColumn
The array to copy the collection to.
arrayIndex
Type: SystemInt32
The start index in the array.

Implements

ICollectionTCopyTo(T, Int32)
See Also