MediaChapterCollection.IEnumerable<MediaChapter>.GetEnumerator Method

For a description of this member, see IEnumerable<T>.GetEnumerator.

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

Syntax

'Declaration
Private Function GetEnumerator As IEnumerator(Of MediaChapter)
    Implements IEnumerable(Of MediaChapter).GetEnumerator
'Usage
Dim instance As MediaChapterCollection
Dim returnValue As IEnumerator(Of MediaChapter)

returnValue = CType(instance, IEnumerable(Of MediaChapter)).GetEnumerator()
IEnumerator<MediaChapter> IEnumerable<MediaChapter>.GetEnumerator()

Return Value

Type: System.Collections.Generic.IEnumerator<MediaChapter>
An enumerator that can be used to iterate through the collection.

Implements

IEnumerable<T>.GetEnumerator()

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