'Declaration
Public Overloads Sub SetRange( _ ByVal index As System.Integer, _ ByVal list As System.Collections.IList, _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer _ )
'Usage
Dim instance As NDataSeries(Of T) Dim index As System.Integer Dim list As System.Collections.IList Dim startIndex As System.Integer Dim count As System.Integer instance.SetRange(index, list, startIndex, count)
public void SetRange( System.int index, System.Collections.IList list, System.int startIndex, System.int count )
Parameters
- index
- list
- startIndex
- count