Googling is only coming up with the keyword, but I stumbled across some code that says
MyVariable = default(MyObject);
and I am wondering
It will set the default value of an object to a variable: null for reference types and 0 for value types.