摘要:
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 阅读(295) 评论(0) 推荐(0)
|
摘要:
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 阅读(295) 评论(0) 推荐(0) |
||