Example #1
0
 //------------------------------------------------------------------------------------
 /// <summary>
 /// Returns the item in this collection with the given storeID and item ID.
 /// </summary>
 //------------------------------------------------------------------------------------
 public ItemType GetHostItemByID <ItemType>(int ID) where ItemType : StoreItem
 {
     return(GetItem <ItemType>(StoreItem.GetHostItemKey(ID)));
 }