In C #, int can not be null, if you need it to be null you will have to declare it as Nullable<int> or in your sugar syntax int? .
確定! 回上一頁