示例#1
0
 /**
  * <summary>Removes all inventory items from the Container's contents.</summary>
  */
 public void RemoveAll()
 {
     invCollection.DeleteAll();
 }