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