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