Wind-Eagle

No pain,no gain!
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年12月4日

摘要: 几个有用的扩展方法: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public static bool IsNullOrTrimEmpty(this string value) { ... 阅读全文

posted @ 2008-12-04 18:35 Andrew Yin 阅读(252) 评论(0) 推荐(0)

摘要: 反射加异步,根据枚举值来异步执行方法: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> protected delegate void AsyncWriteLogMsgEvent(string message); p... 阅读全文

posted @ 2008-12-04 18:19 Andrew Yin 阅读(365) 评论(0) 推荐(0)

摘要: 操作Enum的一些实用方法: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public static T GetEnumItem(string name) { Type type = ty... 阅读全文

posted @ 2008-12-04 18:12 Andrew Yin 阅读(291) 评论(0) 推荐(0)

摘要: 最近写的一些Extension Method: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->using System; using System.Collections.Generic; using System.Text.Regul... 阅读全文

posted @ 2008-12-04 18:06 Andrew Yin 阅读(199) 评论(0) 推荐(0)