List<(Of <(<'T>)>)>..::..Splice Method (Int32, Int32, IEnumerable<(Of <(<'T>)>)>)
Namespace:
System.Collections.Generic
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
public void Splice( int start, int deleteCount, IEnumerable<T> itemsToInsert )
Public Sub Splice ( _ start As Integer, _ deleteCount As Integer, _ itemsToInsert As IEnumerable(Of T) _ )
public: void Splice( int^ start, int^ deleteCount, IEnumerable<T>^ itemsToInsert )
Parameters
- start
- Type: System..::..Int32
- deleteCount
- Type: System..::..Int32
- itemsToInsert
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>