Deployment Tools Foundation
CopyTo Method (array, arrayIndex)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Resources ► VersionResource ► CopyTo(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.