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

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

View File

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