コード例 #1
0
 public void Insert(int index, TTarget item)
 {
     source.Insert(index, toSource(item));
 }