Share via


DetailColumnCollection.CopyTo Method

Copies the entire DetailColumnCollection to a compatible one-dimensional array, starting at the specified index of the target array.

Namespace: Microsoft.EssentialBusinessServer.Console.ObjectModel
Assembly: Microsoft.EssentialBusinessServer.Console.ObjectModel (in microsoft.essentialbusinessserver.console.objectmodel.dll)

Usage

Syntax

'Declaration
Public Sub CopyTo ( _
    array As DetailColumn(), _
    arrayIndex As Integer _
)
public void CopyTo (
    DetailColumn[] array,
    int arrayIndex
)
public:
virtual void CopyTo (
    array<DetailColumn^>^ array, 
    int arrayIndex
) sealed
public final void CopyTo (
    DetailColumn[] array, 
    int arrayIndex
)
public final function CopyTo (
    array : DetailColumn[], 
    arrayIndex : int
)

Parameters

  • array
    The one-dimensional array that is the destination of the elements copied from the DetailColumnCollection. The array must have zero-based indexing.
  • arrayIndex
    The zero-based index in the array where the copying begins.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008 64-bit Edition, Windows Vista 64-bit Edition, Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

Target Platforms

Windows Essential Business Server 2008 Standard, Windows Essential Business Server 2008 Premium

See Also

Reference

DetailColumnCollection Class
DetailColumnCollection Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace