CopyTo Method (array, arrayIndex)

Microsoft Deployment Tools

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) Version: 3.0.0.0 (3.5.1623.0)