'Declaration Public Shadows Sub InsertRange( _ ByVal index As Integer, _ ByVal collection As IEnumerable(Of TouchStrip) _ )
'Usage Dim instance As TouchStripCollection Dim index As Integer Dim collection As IEnumerable(Of TouchStrip) instance.InsertRange(index, collection)
public new void InsertRange( int index, IEnumerable<TouchStrip> collection )
Parameters
- index
- collection