摘要:
CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//通过out关键字private string TestOut(out char i){i = 'a';return “good study“;}private void button_... 阅读全文
posted @ 2008-11-12 22:23 龙亿 阅读(324) 评论(0) 推荐(0) 编辑