PropertyGrid for WPF | ComponentOne
C1.WPF.PropertyGrid Namespace / MethodAttributeCollection Class / InsertRange Method

In This Topic
    InsertRange Method (MethodAttributeCollection)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub InsertRange( _
       ByVal startingIndex As Integer, _
       ByVal items As IEnumerable(Of MethodAttribute) _
    ) 
    public void InsertRange( 
       int startingIndex,
       IEnumerable<MethodAttribute> items
    )

    Parameters

    startingIndex
    items
    See Also