Example #1
0
        public void toUV(UniversalValue uv)
        {
            bool exists = _buffer.ContainsKey(_counter);

            if (!exists)
            {
                uv.fromEmpty();
                return;
            }
            uv.fromLocation(_buffer[_counter]);
        }