Click or drag to resize

V8FastResult.Set(Char) Method

Sets the result to a Char value.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public void Set(
	char value
)

Parameters

value  Char
The Char value to assign to the result.
See Also