Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the entire DetailGroup 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(
DetailItem[] array,
int arrayIndex
)
public:
virtual void CopyTo(
array<DetailItem^>^ array,
int arrayIndex
) sealed
Public Sub CopyTo (
array As DetailItem(),
arrayIndex As Integer
)
Parameters
array
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.DetailItem[]The one-dimensional array that is the destination of the elements copied from the DetailGroup. The array must have zero-based indexing.
arrayIndex
Type: System.Int32The zero-based index in the array where the copying begins.
Implements
ICollection<T>.CopyTo(T[], Int32)
See Also
DetailGroup Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top