V8FastResult.Set(SByte) Method |
Sets the result to a
SByte value.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic void Set(
sbyte value
)
Public Sub Set (
value As SByte
)
public:
void Set(
signed char value
)
member Set :
value : sbyte -> unit
Parameters
- value SByte
- The SByte value to assign to the result.
See Also