欢迎来到萧静默的博客

书山有路勤为径,学海无涯苦作舟。
摘要: using System; using System.Collections.Generic; using System.Text; namespace HELLO { class 矩形 { static void Main(string[] args) { Example ex = new Exa 阅读全文
posted @ 2020-01-08 16:18 萧静默 阅读(345) 评论(0) 推荐(0) 编辑
摘要: C#中get和SET,看来看去还是看不懂,通俗一点解释一下,用了有什么好处,不用会怎么样如果你这样写是没有什么不一样的. private int __Old; public int Old{ get{return __Old;} set{__Old = value;} } 但是如果你这样写就不一样了 阅读全文
posted @ 2020-01-08 15:34 萧静默 阅读(685) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; namespace HELLO { class 矩形 { static void Main(string[] args) { Line line = new Line 阅读全文
posted @ 2020-01-08 14:33 萧静默 阅读(877) 评论(0) 推荐(0) 编辑