Esempio n. 1
0
 public void CopyTo(byte[] buffer, int destinationIndex = 0, int sourceIndex = 0, int count = -1)
 {
     pointer.CopyTo(buffer, destinationIndex, sourceIndex, count);
 }