The CoverElementCollection is a observable keyed collection of CoverElement objects.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
public class CoverElementCollection : C1ObservableKeyedCollection<Object, CoverElement>
Visual Basic
<DefaultMemberAttribute("Item")> _
Public Class CoverElementCollection _
	Inherits C1ObservableKeyedCollection(Of Object, CoverElement)

Inheritance Hierarchy

See Also