清除数组的值

byte[] buffer=new buffer[BufferSize];

Array.Clear(buffer,0,BufferSize);

原文地址:https://www.cnblogs.com/nanyangzp/p/3269131.html