We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd0602 commit 3213757Copy full SHA for 3213757
code/Program.cs
@@ -5,6 +5,7 @@
5
using System.Reflection;
6
using MoreLinq.Experimental;
7
using static Delegating.Delegate;
8
+using Enumerable = System.Linq.Enumerable;
9
using MoreEnumerable = MoreLinq.MoreEnumerable;
10
using OrderByDirection = MoreLinq.OrderByDirection;
11
using static MoreLinq.Extensions.AcquireExtension;
0 commit comments