Click or drag to resize

V8FastArgs.IsNull Method

Determines whether the argument at the specified index is null.

Namespace: Microsoft.ClearScript.V8.FastProxy
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public bool IsNull(
	int index
)

Parameters

index  Int32
The argument index.

Return Value

Boolean
True if the argument at the specified index is undefined, false otherwise.
See Also