Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / AddRange Method

In This Topic
    AddRange Method (LabelList)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Sub AddRange( _
       ByVal collection As IEnumerable(Of Label) _
    ) 
    public override void AddRange( 
       IEnumerable<Label> collection
    )

    Parameters

    collection
    See Also