Share via


CopyTo Method (Array, Int32)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Copies the UIElement objects from the current collection to an array, starting at a specified index number (position) in the collection.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As Array, _
    index As Integer _
)
public void CopyTo(
    Array array,
    int index
)
public:
virtual void CopyTo(
    Array^ array, 
    int index
) sealed
abstract CopyTo : 
        array:Array * 
        index:int -> unit 
override CopyTo : 
        array:Array * 
        index:int -> unit 
public final function CopyTo(
    array : Array, 
    index : int
)

Parameters

  • index
    Type: System. . :: . .Int32
    The index number in the current collection where you want copying to begin.

Implements

ICollection. . :: . .CopyTo(Array, Int32)

.NET Framework Security

See Also

Reference

UIElementCollection Class

CopyTo Overload

Microsoft.SPOT.Presentation Namespace