PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / PropertyGridObjectCollection Class / AddRange Method

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

    Parameters

    items
    See Also