V8FastArg.IsUndefined Property |
Determines whether the argument is
undefined.
Namespace: Microsoft.ClearScript.V8.FastProxyAssembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntaxpublic bool IsUndefined { get; }
Public ReadOnly Property IsUndefined As Boolean
Get
public:
property bool IsUndefined {
bool get ();
}
member IsUndefined : bool with get
Property Value
Boolean
See Also