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