c#構造函數調用含參構造函數

話很少說,直接上代碼:函數 public class Test { private string _testname; public string testname { set { _testname = value; } get { return _testname; } }
相關文章
相關標籤/搜索