Int is a value type so it cannot be null. Empty value of int depends on the logic of your application - it can be 0 or -1 or int.MinValue (well, ...
確定! 回上一頁