ShellBrowser .Net Edition
CopyTo Method (array, arrayIndex)
NamespacesJam.ShellShellSystemListItemCollectionCopyTo(array<ShellSystemListItem>[]()[], Int32)
Copies the entire ShellSystemListItemCollection to a compatible one-dimensional array, starting at the specified index of the target array.
Declaration Syntax
C#Visual BasicVisual C++
public void CopyTo(
	ShellSystemListItem[] array,
	int arrayIndex
)
Public Sub CopyTo ( _
	array As ShellSystemListItem(), _
	arrayIndex As Integer _
)
public:
virtual void CopyTo(
	array<ShellSystemListItem^>^ array, 
	int arrayIndex
) sealed
Parameters
array (array< ShellSystemListItem >[]()[])
arrayIndex (Int32)

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)