'Declaration
Public Function ClearRange( _ ByVal startingIndex As Integer, _ ByVal count As Integer _ ) As T
public T ClearRange( int startingIndex, int count )
Parameters
- startingIndex
- Index of the starting.
- count
- The count.
Return Value
The delta value.