Partager via


DetailColumnCollection.CopyTo Method (DetailColumn[], Int32)

 

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

Namespace:   Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly:  Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)

Syntax

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

Parameters

  • arrayIndex
    Type: System.Int32

    The zero-based index in the array where the copying begins.

Implements

ICollection<T>.CopyTo(T[], Int32)

See Also

DetailColumnCollection Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top