Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / (Global) Namespace / bm Class / AddRange Method

In This Topic
    AddRange Method (bm)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal collection As System.Collections.Generic.IEnumerable(Of bk) _
    ) 
    public void AddRange( 
       System.Collections.Generic.IEnumerable<bk> collection
    )

    Parameters

    collection
    See Also