コード例 #1
0
 public virtual void Swap(T item1, T item2)
 {
     _coll.Swap(item1, item2);
 }