会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
net-sky
博客园
首页
新随笔
联系
管理
订阅
2017年8月21日
C#会对于未赋值的变量/成员变量,给予一个初始值吗?
摘要: 如果我有程序如下: C# code ? 1 2 3 4 5 6 7 public class My { public bool b; public int i; } Trace.WriteLine(new My().b.ToString()); Trace.WriteLine(new My().i.
阅读全文
posted @ 2017-08-21 21:48 net-sky
阅读(3685)
评论(0)
推荐(1)
编辑
公告