| StatisticsListRemoveRange Method  | 
            Remove Range.
            
 
Namespace: Bio.DistributionsAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic void RemoveRange(
	int startPos,
	int count
)
Public Sub RemoveRange ( 
	startPos As Integer,
	count As Integer
)
public:
void RemoveRange(
	int startPos, 
	int count
)
member RemoveRange : 
        startPos : int * 
        count : int -> unit 
Parameters
- startPos
 - Type: SystemInt32
Starting position. - count
 - Type: SystemInt32
The no of Count to be removed. 
See Also