Share via


ListBoxItemCollection.CopyTo Method

Copies all or part of the current collection into a specified array.

Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in microsoft.spot.tinycore.dll)

Syntax

public virtual void CopyTo (
         Arrayarray,
         intindex
)

Parameters

  • array
    The array that is the destination of the copy operation.
  • index
    The index number in the current collection where you want copying to start.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

ListBoxItemCollection Class
ListBoxItemCollection Members
Microsoft.SPOT.Presentation.Controls Namespace