Exemplo n.º 1
0
 public void CopyTo(IArray <T> dst)
 {
     dst.CopyFrom(ptr, 0, Length);
 }