Beispiel #1
0
 public void Copy(IntPtr src, IntPtr dst, int size)
 {
     Inner.Copy(src, dst, size);
 }
Beispiel #2
0
 public void Copy(IntPtr src, IntPtr dst, byte type)
 {
     Inner.Copy(src, dst, type);
 }