Bridge

List<(Of <(<'T>)>)>..::..Splice Method (Int32, Int32)

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public void Splice(
	int start,
	int deleteCount
)
Public Sub Splice ( _
	start As Integer, _
	deleteCount As Integer _
)
public:
void Splice(
	int^ start, 
	int^ deleteCount
)

Parameters

start
Type: System..::..Int32
deleteCount
Type: System..::..Int32