
'Declaration
<DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)> <DebuggerDisplayAttribute("Count = {Count}")> Public Class CoverElementCollection Inherits C1.C1Schedule.C1ObservableKeyedCollection(Of Object,CoverElement)
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_KeyedCollectionDebugView`2)] [DebuggerDisplay("Count = {Count}")] public class CoverElementCollection : C1.C1Schedule.C1ObservableKeyedCollection<object,CoverElement>
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
C1.Xaml.Schedule.CoverElementCollection