Example #1
0
 public DUint8Array(mdr.DObject prototype, DArrayBuffer array, int byteoffset, int bytelength, int typesize)
     : base(prototype, array, byteoffset, bytelength, typesize) { }
Example #2
0
 public DInt8Array(mdr.DObject prototype, DArrayBuffer array, int byteoffset, int bytelength, int typesize)
     : base(prototype, array, byteoffset, bytelength, typesize)
 {
 }