public Uint8ClampedArray(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer, int byteOffset, int length)
 {
 }
 public DataView(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer) : base(default(int))
 {
 }
 public Uint8Array(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer, int byteOffset)
 {
 }
 public Uint8ClampedArray(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer)
 {
 }
 protected TypedArray(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer, int byteOffset, int length) : base(default(int))
 {
 }
 protected TypedArray(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer) : base(default(int))
 {
 }
 public Int8Array(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer)
 {
 }
 public Float64Array(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer, int byteOffset, int length)
 {
 }
 public DataView(System.Runtime.InteropServices.JavaScript.ArrayBuffer buffer, int byteOffset, int byteLength) : base(default(int))
 {
 }