摘要:
例如: public void method(int a,int b,int c,string d...) { ... ... ... try { .... ... } catch { //我想在这里,获取到传入method的所有参数(a,b,c,d...)值。可以吗?... 阅读全文
posted @ 2007-09-24 14:16 吴博 阅读(284) 评论(2) 推荐(0)
|
摘要:
例如: public void method(int a,int b,int c,string d...) { ... ... ... try { .... ... } catch { //我想在这里,获取到传入method的所有参数(a,b,c,d...)值。可以吗?... 阅读全文
posted @ 2007-09-24 14:16 吴博 阅读(284) 评论(2) 推荐(0) |
||