1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-09 23:25:43 +00:00

🚚 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

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}" />.