'Declaration
<DebuggerTypeProxyAttribute(System.Collections.Generic.CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <DefaultMemberAttribute("Item")> Public NotInheritable Class CalendarBlackoutDatesCollection Inherits System.Collections.ObjectModel.ObservableCollection(Of CalendarDateRange)
'Usage
Dim instance As CalendarBlackoutDatesCollection
[DebuggerTypeProxy(System.Collections.Generic.CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [DefaultMember("Item")] public sealed class CalendarBlackoutDatesCollection : System.Collections.ObjectModel.ObservableCollection<CalendarDateRange>