V8FastResult.Set(UInt64) Method |
Sets the result to a
UInt64 value.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void Set(
ulong value
)
Public Sub Set (
value As ULong
)
public:
void Set(
unsigned long long value
)
member Set :
value : uint64 -> unit
Parameters
- value UInt64
- The UInt64 value to assign to the result.
See Also