Why I am not able to access class properties from the object?

前端 未结 0 405
旧巷少年郎
旧巷少年郎 2020-12-04 10:23

I want to understand classes deeply, and found a behavior while experimenting

var date1 = new DateTime();
var date2 = DateTime.Now;

But when

相关标签:
回答
  • 消灭零回复
提交回复
热议问题