Exemplo n.º 1
0
        public void Execute()
        {
            int count = _data.Length;
            var bytes = _buffer.GetBytes(_offset, ref count);

            _operations.SetBytes(_offset, _data);
            _data = bytes;
        }