🚚 Move ListExtensions to child namespace

Item for #7
This commit is contained in:
Oliver Booth 2021-01-18 15:22:37 +00:00
parent 51ba5b0115
commit 605db2b5a8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace X10D
namespace X10D.ListExtensions
{
/// <summary>
/// Extension methods for <see cref="IList{T}" />.