摘要: 大家都知道扩展方法是不能直接在2.0中使用的需要引用一个‍System.Core的dll不过现在有更加简单的方法了只要在工程项目中加入以下代码就OK啦‍namespaceSystem.Runtime.CompilerServices{[AttributeUsage(AttributeTargets.Method|AttributeTargets.Class|AttributeTargets.Assembly)]publicsealedclassExtensionAttribute:Attribute{}}简直太赞了 阅读全文
posted @ 2013-01-24 14:09 跟着阿笨一起玩.NET 阅读(276) 评论(0) 推荐(0) 编辑