NewLife/X

修改扩展类Utility的命名空间,由System改完NewLife,避免扩展方法名称相同时编译器报错 (#152)

Diego2098 authored at 2025-01-09 11:41:50 GitHub committed at 2025-01-09 11:41:50
06ade63
Tree
1 Parent(s) c7a9843
Summary: 1 changed files with 2 additions and 2 deletions.
Modified +2 -2
Modified +2 -2
diff --git a/NewLife.Core/Common/Utility.cs b/NewLife.Core/Common/Utility.cs
index 74fad9f..4a7bc89 100644
--- a/NewLife.Core/Common/Utility.cs
+++ b/NewLife.Core/Common/Utility.cs
@@ -1,10 +1,10 @@
 using System.ComponentModel;
 using System.Globalization;
 using System.Reflection;
-using NewLife;
+
 using NewLife.Collections;
 
-namespace System;
+namespace NewLife;
 
 /// <summary>工具类</summary>
 /// <remarks>