可选输出参数 [英] Optional Output Parameters

查看:148
本文介绍了可选输出参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在C#4中,是否有一个好的方法可以有可选的输出参数?

In C# 4, is there a good way to have an optional output parameter?

推荐答案

总是用另一个没有输出参数的方法重载该方法。

Not really, though you can always overload the method with another one that does not take the output parameter.

这篇关于可选输出参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆