为什么没有 Array.IsNullOrEmpty() 方法?
任何人都可以指出缺少 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论