DetailGroup.CopyTo Method
Copies the entire DetailGroup 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 DetailItem(), _
arrayIndex As Integer _
)
public void CopyTo (
DetailItem[] array,
int arrayIndex
)
public:
virtual void CopyTo (
array<DetailItem^>^ array,
int arrayIndex
) sealed
public final void CopyTo (
DetailItem[] array,
int arrayIndex
)
public final function CopyTo (
array : DetailItem[],
arrayIndex : int
)
Parameters
- array
The one-dimensional array that is the destination of the elements copied from the DetailGroup. 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
DetailGroup Class
DetailGroup Members
Microsoft.EssentialBusinessServer.Console.ObjectModel Namespace