V8Fast |
| Name | Description | |
|---|---|---|
| Set(BigInteger) | Sets the result to a BigInteger value. | |
| Set(Boolean) | Sets the result to a Boolean value. | |
| Set(Byte) | Sets the result to a Byte value. | |
| Set(Char) | Sets the result to a Char value. | |
| Set(DateTime) | Sets the result to a DateTime value. | |
| Set(Decimal) | Sets the result to a Decimal value. | |
| Set(Double) | Sets the result to a Double value. | |
| Set(Int16) | Sets the result to a Int16 value. | |
| Set(Int32) | Sets the result to a Int32 value. | |
| Set(Int64) | Sets the result to a Int64 value. | |
| Set(ReadOnlySpanChar) | Sets the result to a string value, specified as a ReadOnlySpan<char>. | |
| Set(SByte) | Sets the result to a SByte value. | |
| Set(Single) | Sets the result to a Single value. | |
| Set(String) | Sets the result to a string value. | |
| Set(UInt16) | Sets the result to a UInt16 value. | |
| Set(UInt32) | Sets the result to a UInt32 value. | |
| Set(UInt64) | Sets the result to a UInt64 value. | |
| SetT(NullableT) | Sets the result to a nullable value of the given underlying type. | |
| SetT(T) | Sets the result to a value of the given type. |