V8FastArgs.IsTruthy Method |
Determines whether the argument at the specified index is
truthy.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool IsTruthy(
int index
)
Public Function IsTruthy (
index As Integer
) As Boolean
public:
bool IsTruthy(
int index
)
member IsTruthy :
index : int -> bool
Parameters
- index Int32
- The argument index.
Return Value
BooleanTrue if the argument at the specified index is
truthy,
false otherwise.
See Also