会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
烟和雾
博客园
首页
新随笔
联系
管理
订阅
2015年7月15日
扩展方法(Extension Method)
摘要: 它必须被声明为外层静态、非泛型类中的静态方法。它必须把被扩展的类作为第一个参数的类型,前加“this”修饰。如:对string类进行扩展public static classstring{ public static string Quert(this string str) //注意这里的参...
阅读全文
posted @ 2015-07-15 14:42 烟和雾
阅读(517)
评论(0)
推荐(0)
编辑
公告