Exemple #1
0
 static public int GetShoppingcarItemList(IntPtr l)
 {
     try {
         ShopSystem self = (ShopSystem)checkSelf(l);
         var        ret  = self.GetShoppingcarItemList();
         pushValue(l, true);
         pushValue(l, ret);
         return(2);
     }
     catch (Exception e) {
         return(error(l, e));
     }
 }