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