Skip to content

Commit 5591617

Browse files
author
zzzprojects
committed
Update header
Update header
1 parent b2800c2 commit 5591617

File tree

1,491 files changed

+8968
-8786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,491 files changed

+8968
-8786
lines changed

lab/Z.ExtensionMethods.Lab/Form1.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System;
88
using System.Collections.Generic;
99
using System.Data.SqlClient;

lab/Z.ExtensionMethods.Lab/Program.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System;
88
using System.Windows.Forms;
99

lab/Z.ExtensionMethods.Lab/Properties/AssemblyInfo.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Reflection;
88
using System.Runtime.InteropServices;
99

lab/Z.ExtensionMethods.Lab/Z.ExtensionMethods.Lab.csproj

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
<Reference Include="System.Drawing" />
5151
<Reference Include="System.Windows.Forms" />
5252
<Reference Include="System.Xml" />
53+
<Reference Include="Z.ExtensionMethods.WithNamespace">
54+
<HintPath>..\..\..\..\..\..\OneDrive\Documents\Release\Z.ExtensionMethods\Z.ExtensionMethods.WithNamespace\NET40\Z.ExtensionMethods.WithNamespace.dll</HintPath>
55+
</Reference>
5356
</ItemGroup>
5457
<ItemGroup>
5558
<Compile Include="Form1.cs">

lab/Z.ExtensionMethods.Lab/_Model/Entity.cs

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
// file: _Model\Entity.cs
2-
//
3-
// summary: Implements the entity class
4-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
57
using System.Collections.Generic;
68
using System.ComponentModel;
79
using System.Runtime.InteropServices;

src/Z.Caching/Properties/AssemblyInfo.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Reflection;
88
using System.Runtime.InteropServices;
99

src/Z.Caching/System.Object/Object.FromCache.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System;
88
using System.Linq.Expressions;
99
using System.Runtime.Caching;

src/Z.Caching/System.Runtime.Caching.MemoryCache/MemoryCache.AddOrGetExisting.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System;
88
using System.Runtime.Caching;
99

src/Z.Collections/Properties/AssemblyInfo.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Reflection;
88
using System.Runtime.InteropServices;
99

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].AddIf.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System;
88
using System.Collections.Generic;
99

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].AddIfNotContains.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].AddRange.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].AddRangeIf.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System;
88
using System.Collections.Generic;
99

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].AddRangeIfNotContains.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].ContainsAll.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].ContainsAny.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].IsEmpty.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].IsNotEmpty.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].IsNotNullOrEmpty.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

src/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].IsNullOrEmpty.cs

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// Copyright (c) 2015 ZZZ Projects. All rights reserved
2-
// Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
3-
// Website: http://www.zzzprojects.com/
4-
// Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
5-
// All ZZZ Projects products: Entity Framework Extensions / Bulk Operations / Extension Methods /Icon Library
6-
1+
// Description: C# Extension Methods Library to enhances the .NET Framework by adding hundreds of new methods. It drastically increases developers productivity and code readability. Support C# and VB.NET
2+
// Website & Documentation: https://github.com/zzzprojects/Z.ExtensionMethods
3+
// Forum: https://github.com/zzzprojects/Z.ExtensionMethods/issues
4+
// License: https://github.com/zzzprojects/Z.ExtensionMethods/blob/master/LICENSE
5+
// More projects: http://www.zzzprojects.com/
6+
// Copyright © ZZZ Projects Inc. 2014 - 2016. All rights reserved.
77
using System.Collections.Generic;
88

99
public static partial class Extensions

0 commit comments

Comments
 (0)