Move DictionaryExtensions to Collections namespace (#7)

This commit is contained in:
Oliver Booth 2022-04-26 10:59:04 +01:00
parent f7f3ea71bb
commit 8020e91647
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
using System.Web;
namespace X10D;
namespace X10D.Collections;
/// <summary>
/// Extension methods for <see cref="Dictionary{TKey,TValue}" /> and similar types.