摘要: /// /// 父类转子类 /// /// /// /// /// public static TChild AutoCopy(TParent parent) where TChild : TParent, new() { TChi... 阅读全文
posted @ 2019-03-29 11:57 微笑代表淡定.Net 阅读(2170) 评论(0) 推荐(0) 编辑