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