コード例 #1
0
 public void InsertRange(int index, ILightCollection <string> items)
 {
     _coll.InsertRange(index, items);
 }