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