Example #1
0
 public virtual void RemoveRange(int start, int count)
 {
     ListExt.RemoveRange(this, start, count);
 }