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