摘要:
先看这个代码: using System;namespace AppTest{ public class AppTest1 { public void SetValue(string value1, out string value2) { value2 = "hello"; } public void... 阅读全文
posted @ 2004-10-11 14:04
鞠强
阅读(1793)
评论(1)
推荐(0)
hello
world