Just for grins. shifting and rotating bytes in a byte array. (not bitshifting). shift left, zero fill: mybytes.Skip(1).Concat(new byte[] { 0 }) ...
確定! 回上一頁