'Declaration
Public Sub InsertRange( _ ByVal startingIndex As Integer, _ ByVal items As IEnumerable(Of C1MenuItem) _ )
public void InsertRange( int startingIndex, IEnumerable<C1MenuItem> items )
Parameters
- startingIndex
- The index where the items are inserted.
- items
- The inserted items.