mirror of
https://github.com/nsnail/ns-ext.git
synced 2025-04-20 08:22:51 +08:00
..
This commit is contained in:
parent
ef8bf9362c
commit
d4716b3114
@ -2,7 +2,7 @@
|
|||||||
// @file: ByteExtensions.cs
|
// @file: ByteExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: DateTimeExtensions.cs
|
// @file: DateTimeExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
// ReSharper disable UnusedMember.Global
|
// ReSharper disable UnusedMember.Global
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: DecimalExtensions.cs
|
// @file: DecimalExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
namespace NSExt;
|
namespace NSExt;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: EnumExtensions.cs
|
// @file: EnumExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: EnumerableExtensions.cs
|
// @file: EnumerableExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
namespace NSExt;
|
namespace NSExt;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: GenericExtensions.cs
|
// @file: GenericExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
namespace NSExt;
|
namespace NSExt;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: IntExtensions.cs
|
// @file: IntExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
namespace NSExt;
|
namespace NSExt;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: LoggerExtensions.cs
|
// @file: LoggerExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
using Microsoft.Extensions.Logging;
|
using Microsoft.Extensions.Logging;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: LongExtensions.cs
|
// @file: LongExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
namespace NSExt;
|
namespace NSExt;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: ObjectExtensions.cs
|
// @file: ObjectExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
using Newtonsoft.Json;
|
using Newtonsoft.Json;
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: StringExtensions.cs
|
// @file: StringExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// @file: UriExtensions.cs
|
// @file: UriExtensions.cs
|
||||||
// @author: tao ke
|
// @author: tao ke
|
||||||
// @mailto: taokeu@gmail.com
|
// @mailto: taokeu@gmail.com
|
||||||
// @created: 07/15/2022 16:49
|
// @created: 07/15/2022 20:36
|
||||||
|
|
||||||
namespace NSExt;
|
namespace NSExt;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user