Operation Overloading in WCF
摘要:
1. Is operation overloading valid in WCF? overloading means that two methods with the same name but with different parameters. e.g., the following is a valid C# interface definiton: interface ... 阅读全文
posted @ 2008-04-17 16:52 飞天舞者 阅读(253) 评论(0) 推荐(0) 编辑