ComponentOne Input Library for WPF
C1.WPF.Input Namespace / StopCollection Class / AddRange Method

In This Topic
    AddRange Method (StopCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddRange( _
       ByVal items As IEnumerable(Of StopValue) _
    ) 
    public void AddRange( 
       IEnumerable<StopValue> items
    )

    Parameters

    items
    See Also