()
| 263 | } |
| 264 | |
| 265 | public byte[] ToArray() |
| 266 | { |
| 267 | var final = new byte[m_buffer.Length]; |
| 268 | Buffer.BlockCopy(m_buffer, 0, final, 0, m_buffer.Length); |
| 269 | return final; |
| 270 | } |
| 271 | } |
| 272 | } |
nothing calls this directly
no outgoing calls
no test coverage detected