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
- index
Type: System.Int32
The zero-based index of the MediaChapter object to remove.
Implements
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.