Click or drag to resize

V8FastResult.Set(UInt32) Method

Sets the result to a UInt32 value.

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

Parameters

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