Click or drag to resize

ValueTypePtrTIsNull Property

Checks whether or not this instance is semantically null (this helps elimiate null checks in methods that accept this type)

Namespace:  Couchbase.Lite.Util
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public bool IsNull { get; }

Property Value

Type: Boolean
See Also