摘要: 为什么需要这个? 假设你有一个WebService 的Proxy, 有方法: public class Proxy : IProxy{ public void Foo(int i, bool b) { // do something. } public string Bar(string str) { return "Something"; }}你可以这样调用: Proxy... 阅读全文
posted @ 2009-11-30 19:12 Ahha 阅读(1385) 评论(0) 推荐(0) 编辑