Exemple #1
0
 private void EhAdvancedRemoveRange(int from, int to)
 {
     _ranges.ExcludeRange(from, to);
 }