摘要:
使用ref的一段代码 Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System;class M{public void F(ref int i){i=3;}}class Test{int i=0;//要作为引用参数传递的变量必须... 阅读全文
posted @ 2009-04-11 12:03
贤
阅读(509)
评论(0)
推荐(0)
浙公网安备 33010602011771号