摘要: using System; namespace TEST { class Program { static void Main(string[] args) { var structA = new StructA { X = 1 }; ChangeStructA(structA);// struct 阅读全文
posted @ 2018-08-01 22:13 老王子 阅读(251) 评论(0) 推荐(0) 编辑