会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
点滴积累,融会贯通
-----喜欢一切有兴趣的东西
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2015年12月29日
ConvertHelper 通用类
摘要: public class ConvertHelper where T : new() { private static Dictionary> ConvertInfo = new Dictionary>(); public static ObservableColl...
阅读全文
posted @ 2015-12-29 11:20 小寒
阅读(1653)
评论(0)
推荐(0)
自定义属性
摘要: 属性定义 [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public class ColumnNameAttribute : Attribute { ...
阅读全文
posted @ 2015-12-29 11:17 小寒
阅读(422)
评论(0)
推荐(0)