摘要: public static class ExpressionTree { public static bool PropertiesNotNull(T obj) { if (obj == null) { return false; } var type = obj.GetType(); ... 阅读全文
posted @ 2019-03-12 12:04 Chanwah 阅读(274) 评论(0) 推荐(0)