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