会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
skc-6
博客园
首页
新随笔
联系
订阅
管理
2023年1月4日
C#函数的参数中含this
摘要: 函数的参数中含this(扩展方法) 扩展方法必须在非泛型静态类中定义 如下代码 public static class Program { static void Main(string[] args) { var str = "Test for print string"; str.PrintSt
阅读全文
posted @ 2023-01-04 12:57 skc-6
阅读(168)
评论(0)
推荐(0)
公告