Considering the following code, what would you recommend? bool? nullableBool = GetSomeNullableBool(); // Team "== true" if (nullableBool == true) ...
確定! 回上一頁