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