摘要:
1 class Program 2 { 3 struct student 4 { 5 public int num; 6 public string name; 7 public string sex; 8 public one oone; ... 阅读全文
posted @ 2016-05-13 21:22
马MZJ
阅读(147)
评论(0)
推荐(0)
摘要:
out 用法: /// <summary> /// 第一个 /// </summary> /// <param name="x"></param> /// <param name="b"></param> public void aa(out int x, int b) { x = 9 + b; } 阅读全文
posted @ 2016-05-13 21:20
马MZJ
阅读(129)
评论(0)
推荐(0)
浙公网安备 33010602011771号