ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util Namespace / CodeRanges Class / AddRange Method

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

    Parameters

    collection
    See Also