NullableIntExtensions extension

Provides an extension method for int that is nullable.

Nullableなint用の拡張メソッドを提供します。

on

Properties

isEmpty bool

Available on int?, provided by the NullableIntExtensions extension

Returns true if int is null or 0.
no setter
isNotEmpty bool

Available on int?, provided by the NullableIntExtensions extension

Returns true if int is not Null or 0.
no setter