The null keyword is a literal that represents a null reference,(Note:null reference)one that does not refer to any object.
null is the default value of reference-type variables.
Link:http://msdn.microsoft.com/en-us/library/edakx9da%28v=vs.71%29.aspx