摘要:
using System; using System.Collections.Generic; using System.Text; namespace HELLO { class 矩形 { static void Main(string[] args) { Example ex = new Exa 阅读全文
摘要:
C#中get和SET,看来看去还是看不懂,通俗一点解释一下,用了有什么好处,不用会怎么样如果你这样写是没有什么不一样的. private int __Old; public int Old{ get{return __Old;} set{__Old = value;} } 但是如果你这样写就不一样了 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Text; namespace HELLO { class 矩形 { static void Main(string[] args) { Line line = new Line 阅读全文