Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / ak Class / ak Constructor

In This Topic
    ak Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal a As System.Collections.Generic.SortedList(Of Date,ah), _
       ByVal b As System.Collections.Generic.List(Of h) _
    )
    public ak( 
       System.Collections.Generic.SortedList<DateTime,ah> a,
       System.Collections.Generic.List<h> b
    )

    Parameters

    a
    b
    See Also