为什么没有 Array.IsNullOrEmpty() 方法?

发布于 2024-11-14 12:24:46 字数 298 浏览 3 评论 0原文

任何人都可以指出缺少 System.Array.IsNullOrEmpty(System.Array value) 的原因,就像存在 System.String.IsNullOrEmpty(System.String value)< /代码>?

我知道您可以轻松地将其定义为扩展方法,但语法会变为 somearray.IsNullOrEmpty() 而不是 Array.IsNullOrEmpty(somearray)。有什么办法可以克服这个问题吗?

Can anyone point out a reason for the absence of a System.Array.IsNullOrEmpty(System.Array value), just like there is a System.String.IsNullOrEmpty(System.String value)?

I know you can easily define this as an extension method, but then the syntax becomes somearray.IsNullOrEmpty() instead of Array.IsNullOrEmpty(somearray). Is there any way to overcome this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文