摘要: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 class Customer { public int ID { get; set; } public static bool Test(Customer x) { return x.ID == 5; } 阅读全文
posted @ 2016-08-15 15:31 褚海达 阅读(196) 评论(0) 推荐(0) 编辑