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