MediaChapterCollection.IList<MediaChapter>.RemoveAt Method

For a description of this member, see IList<T>.RemoveAt.

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

Syntax

'Declaration
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList(Of MediaChapter).RemoveAt
'Usage
Dim instance As MediaChapterCollection
Dim index As Integer

CType(instance, IList(Of MediaChapter)).RemoveAt(index)
void IList<MediaChapter>.RemoveAt(
    int index
)

Parameters

Implements

IList<T>.RemoveAt(Int32)

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

System.Web.UI.SilverlightControls Namespace