Ejemplo n.º 1
0
 public void Release(MemPool pool)
 {
     if (null != recivedata)
     {
         pool.Recycle(ref recivedata);
         recivedata = null;
     }
     sendData = null;
 }