79489883

Date: 2025-03-06 15:44:58
Score: 1.5
Natty:
Report link

Since it is a non nullable property you will never be able to asign null. What you can do is create a ReesetDate method that sets _date1 to null if that would ever be needed.

_date1 will be null by default if there is no value asigned to it in the constructor so i dont see why you would want to reset it to null.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: WolfBullet