CopyTo Method (array, index)

Microsoft Deployment Tools

Deployment Tools Foundation CopyTo Method (array, index)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPathCollectionCopyTo(array<InstallPath>[]()[], Int32)
Copies the collection into an array.
Declaration Syntax
C# Visual Basic Visual C++
public void CopyTo(
	InstallPath[] array,
	int index
)
Public Sub CopyTo ( _
	array As InstallPath(), _
	index As Integer _
)
public:
virtual void CopyTo(
	array<InstallPath^>^ array, 
	int index
) sealed
Parameters
array (array< InstallPath >[]()[])
The array to copy into.
index (Int32)
The starting index in the destination array.

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)