'Declaration
Public Sub Fill( _ ByVal index As Integer, _ ByVal length As Integer, _ ByVal value As T _ )
'Usage
Dim instance As SparseArray(Of T) Dim index As Integer Dim length As Integer Dim value As T instance.Fill(index, length, value)
Parameters
- index
- The start index of range.
- length
- The length of range.
- value
- The value to fill.