Example #1
0
 public void Insert(int index, T item)
 {
     DataSourceList.Insert(index, item);
 }