MediaChapterCollection.CopyTo Method (array<MediaChapter[], Int32)

Namespace:  System.Web.UI.SilverlightControls
Assembly:  System.Web.Silverlight (in System.Web.Silverlight.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As MediaChapter(), _
    index As Integer _
)
'Usage
Dim instance As MediaChapterCollection
Dim array As MediaChapter()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    MediaChapter[] array,
    int index
)

Parameters

  • index
    Type: System.Int32
    The zero-based index in the array at which copying begins.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

MediaChapterCollection Class

MediaChapterCollection Members

CopyTo Overload

System.Web.UI.SilverlightControls Namespace