示例#1
0
        internal void Add(int bytes, long ts)
        {
            var p = new Pair()
            {
                ts    = ts,
                bytes = bytes,
            };

            list.Add(p);
        }