会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
卒然临之而不惊,无端加之而不怒
Old programmers never die -- they just go out of scope. (Alex, learncpp.com)
博客园
首页
新随笔
联系
订阅
管理
2023年5月4日
using in .NET
摘要: using 的使用并不少见,但是最近看到这种用法还是觉得有些奇怪: 1 static IEnumerable<int> LoadNumbers(string filePath) 2 { 3 using StreamReader reader = File.OpenText(filePath); 4
阅读全文
posted @ 2023-05-04 16:28 脱缰的野猪
阅读(15)
评论(0)
推荐(0)
编辑
公告