CopyTo Method (array, arrayIndex)

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation CopyTo Method (array, arrayIndex)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionResourceCopyTo(array<VersionStringTable>[]()[][], Int32)
Copies the version string tables to an array, starting at a particular array index.
Declaration Syntax
C# Visual Basic Visual C++
public void CopyTo(
	VersionStringTable[] array,
	int arrayIndex
)
Public Sub CopyTo ( 
	array As VersionStringTable(),
	arrayIndex As Integer
)
public:
virtual void CopyTo(
	array<VersionStringTable^>^ array, 
	int arrayIndex
) sealed
Parameters
array (array<VersionStringTable>[]()[][])
The one-dimensional Array that is the destination of the elements copied from the collection. The Array must have zero-based indexing.
arrayIndex (Int32)
The zero-based index in array at which copying begins.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources.dll) Version: 3.0.0.0 (3.9.1006.0)