首页 新闻 会员 周边

在调用含有out类型参数的webservice方法时,out类型参数自动排列到最后是怎么回事?

0
悬赏园豆:60 [已解决问题] 解决于 2011-08-27 09:33

webservice中的方法为:

public int GetTorrent(out byte[] torrentString, string password, int movieId)

调用时显示的参数顺序为:

public int GetTorrent(string password, int movieId,out byte[] torrentString)

请问参数顺序变了是怎么回事?

Say No的主页 Say No | 初学一级 | 园豆:58
提问于:2011-08-24 12:09
< >
分享
最佳答案
0

web service桩程序的自动规范处理,把out参数放到后面
不影响使用

收获园豆:60
2012 | 高人七级 |园豆:21230 | 2011-08-24 13:01
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册