'Declaration
Public Class WorkDays Inherits System.Collections.Generic.List(Of DayOfWeek)
public class WorkDays : System.Collections.Generic.List<DayOfWeek>
'Declaration
Public Class WorkDays Inherits System.Collections.Generic.List(Of DayOfWeek)
public class WorkDays : System.Collections.Generic.List<DayOfWeek>
System.Object
System.Collections.Generic.List<T>
C1.C1Schedule.WorkDays