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