NullableIntExtensions extension
- on
-
- int?
Properties
- isEmpty → bool
-
Available on int?, provided by the NullableIntExtensions extension
Returnstrue
if int isnull
or0
.no setter - isNotEmpty → bool
-
Available on int?, provided by the NullableIntExtensions extension
Returnstrue
if int is not Null or0
.no setter