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
- array
Type: array<System.Web.UI.SilverlightControls.MediaChapter[]
The one-dimensional array to copy to. The array must have zero-based indexing.
- 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.