摘要: public class ShouldExplicitCall { public struct Point { public int a; public Point() { a=1; } } public Point should = new Point(); publ... 阅读全文
posted @ 2019-08-22 19:41 zwsu 阅读(123) 评论(0) 推荐(0) 编辑