摘要: bool IsNullableType(Type theType) { return (theType.IsGenericType && theType. GetGenericTypeDefinition().Equals (typeof(Nullable<>))); } 阅读全文
posted @ 2019-08-13 15:35 左正 阅读(616) 评论(0) 推荐(0) 编辑