'Declaration <DefaultMemberAttribute("Item")> <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)> <DebuggerDisplayAttribute("Count = {Count}")> <SerializableAttribute()> Public Class HolidayCollection Inherits GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection(Of IHoliday)
'Usage Dim instance As HolidayCollection
[DefaultMember("Item")] [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)] [DebuggerDisplay("Count = {Count}")] [Serializable()] public class HolidayCollection : GrapeCity.Wpf.SpreadSheet.CellType.Editors.NotifyCollection<IHoliday>