我很好奇是否有任何开发人员使用string.IsNullOrEmpty()更多地使用负数而不是正数
例如
if (!string.IsNullOrEmpty())
这就是我99%的时间使用这种方法的方法.对此有何设计决定?
.net c# string
.net ×1
c# ×1
string ×1