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