V8FastArgs.IsUndefined Method |
Determines whether the argument at the specified index is
undefined.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool IsUndefined(
int index
)
Public Function IsUndefined (
index As Integer
) As Boolean
public:
bool IsUndefined(
int index
)
member IsUndefined :
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