Beispiel #1
0
 public arraywrapper(uint size, uint nelm)
 {
     _this = SprExport.Spr_arraywrapper_new(size, nelm);
     _nelm = nelm;
 }