If the variable has some value, then it will return true; otherwise, it will return false if it doesn't have value or it's null. Nullable<int> a = null; ...
確定! 回上一頁