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

相关文章:

  • 2022-12-23
  • 2021-07-27
  • 2021-09-10
  • 2021-10-04
  • 2022-02-26
  • 2021-09-01
  • 2021-12-13
  • 2021-10-29
猜你喜欢
  • 2022-01-12
  • 2022-12-23
  • 2021-10-24
  • 2021-11-24
  • 2021-09-10
  • 2021-07-06
相关资源
相似解决方案