摘要:
顺序执行 class Program { static void Main(string[] args) { new MyClass(); Console.Read(); } } public class MyClass { public MyClass() { Console.WriteLine( 阅读全文
摘要:
class Car { public Int32 Id { get; set; } public String Name { get; set; } static void Main(string[] args) { RedisClient client = new RedisClient... 阅读全文
摘要:
public class BaseReq { public String UserId { get; set; } public BaseReq() { } } public abstract class CommonReq:BaseReq { private String TransNo { ge 阅读全文