'Usage
Dim instance As SparseArray(Of T) Dim index As Integer Dim count As Integer instance.InsertRange(index, count)
Parameters
- index
- Specifies the insertion point, and must be greater than or equal to 0 and less than or equal to Length, or an IndexOutOfRangeException is thrown.
- count
- Specifies the number of null items to insert, and must be greater than 0, or an ArgumentOutOfRangeException is thrown.