Class ArrayBufferPrototype
- Namespace
- CSharpToJavaScript.APIs.JS.Ecma
- Assembly
- CSharpToJavaScript.dll
[To("FirstCharToLowerCase")]
public class ArrayBufferPrototype : FunctionPrototype
- Inheritance
-
ArrayBufferPrototype
- Derived
- Inherited Members
Constructors
ArrayBufferPrototype()
public ArrayBufferPrototype()
Properties
ByteLength
public int ByteLength { get; }
Property Value
Methods
Slice(int, int)
public ArrayBuffer Slice(int start = 0, int end = 0)