'Declaration Public Sub RightShiftItems( _ ByVal startIndex As Integer, _ ByVal itemCount As Integer _ )
'Usage Dim instance As TypedArrayList Dim startIndex As Integer Dim itemCount As Integer instance.RightShiftItems(startIndex, itemCount)
public void RightShiftItems( int startIndex, int itemCount )
Parameters
- startIndex
- start index for the operation
- itemCount
- number of objects to shift