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 the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.
See Also
Reference
ListBoxItemCollection Class
ListBoxItemCollection Members
Microsoft.SPOT.Presentation.Controls Namespace