Exemple #1
0
    public List <ShopItemConfig> GetShopItemsOfType(int type)
    {
        GetShopItemsOfType_c__AnonStorey76 storey = new GetShopItemsOfType_c__AnonStorey76
        {
            type = type
        };

        return(this.shopItemsList.FindAll(new Predicate <ShopItemConfig>(storey.m_42)));
    }
 public List<ShopItemConfig> GetShopItemsOfType(int type)
 {
     GetShopItemsOfType_c__AnonStorey76 storey = new GetShopItemsOfType_c__AnonStorey76
     {
         type = type
     };
     return this.shopItemsList.FindAll(new Predicate<ShopItemConfig>(storey.m_42));
 }