Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / bn Class / bn Constructor

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

    Parameters

    a
    b
    See Also