I have another problem with concat two byte[] on of them have more than 300,000,000 byte , it's makeException
of type 'System.OutOfMemoryException' was thrown i use this code : byte[] b3 = by2.Concat(by1).ToArray();
↧