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 GenericExtensions
{
@ -40,12 +40,4 @@ public static class GenericExtensions
{
return me.Equals(compare) ? ret : me;
}
}
}