1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 03:25:41 +00:00

(#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

View File

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