This commit is contained in:
2022-11-29 18:00:52 +08:00
parent a61d057c76
commit fdaf7518c6
26 changed files with 40 additions and 151 deletions

View File

@ -1,4 +1,4 @@
namespace NSExt.Extensions;
namespace NSExt.Extensions;
public static class EnumerableExtensions
{
@ -23,11 +23,4 @@ public static class EnumerableExtensions
{
return me is null || !me.Any();
}
}
}