Question
I\'d like to have a class that is able to handle a null reference of itself. How can I do this? Extension methods are the only way I can think
Can you use a struct instead? Then it should not ever be null.