博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年12月30日

摘要: public class Test { public int[] GetData(int[] pArgs) { return pArgs; } public decimal[] GetData1(decimal[] pArgs) { return pArgs; } } 以上方法,在使用CreateInstance调用时将会出现很多... 阅读全文

posted @ 2008-12-30 17:44 懒人ABC 阅读(281) 评论(0) 推荐(0) 编辑