IArrayBufferViewOffset Property |
Gets the view's offset within the underlying ArrayBuffer.
Namespace:
Microsoft.ClearScript.JavaScript
Assembly:
ClearScript.Core (in ClearScript.Core.dll) Version: 7.3.1
SyntaxReadOnly Property Offset As ULong
Get
property unsigned long long Offset {
unsigned long long get ();
}
abstract Offset : uint64 with get
Property Value
Type:
UInt64
See Also