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