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