Click or drag to resize

PathCollectionCopyTo Method

Copies the elements of the PathCollection to an Array, starting at a particular Array index.

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

Parameters

array
Type: SystemString
The one-dimensional Array that is the destination of the elements copied from PathCollection. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also