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