} // ForEachBox public decimal BoxValue(int nBoxNum) { return(Boxes.ContainsKey(nBoxNum) ? Boxes[nBoxNum] : 0); } // BoxValue