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