ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / CommonShadowCollection Class / AddRange Method

In This Topic
    AddRange Method (CommonShadowCollection)
    In This Topic
    Adds a group of CommonShadow objects to the end of the collection.
    Syntax
    'Declaration
     
    Public Sub AddRange( _
       ByVal items() As CommonShadow _
    ) 
    public void AddRange( 
       CommonShadow[] items
    )

    Parameters

    items
    See Also