Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes Namespace / C1IconCollection Class / AddRange Method

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

    Parameters

    collection
    See Also