会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
菩提树下的杨过
博客园
首页
新随笔
订阅
管理
2007年12月9日
c#方法中调用参数的值传递方式和引用传递方式,以及ref与out的区别
摘要: //#defineTestusingSystem;namespaceWrox.ProCSharp.ParameterTestSample...{classParemeterTest...{staticvoidTestInt(int[]ints,inti)...{ints[0]=100;i=100;}staticvoidTestInt(int[]ints,refinti)...{ints[0]=20...
阅读全文
posted @ 2007-12-09 21:13 菩提树下的杨过
阅读(1915)
评论(1)
推荐(0)
编辑
公告