首页 新闻 赞助 找找看
1
回答数

已关闭问题 20 C# 结构中的 set 问题

class Program { static void Main(string[] args) { var a = new A() { b = new B() { name = "1" } }; //