(#7) Move EnumerableExtensions to child namespace

This commit is contained in:
Oliver Booth 2021-03-01 13:37:32 +00:00
parent 2ae1c3e249
commit 8e763667d0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using X10D.ComparableExtensions;
using X10D.ListExtensions;
namespace X10D
{