mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 02:45:41 +00:00
Move DictionaryExtensions to Collections namespace (#7)
This commit is contained in:
parent
f7f3ea71bb
commit
8020e91647
@ -1,6 +1,6 @@
|
||||
using System.Web;
|
||||
|
||||
namespace X10D;
|
||||
namespace X10D.Collections;
|
||||
|
||||
/// <summary>
|
||||
/// Extension methods for <see cref="Dictionary{TKey,TValue}" /> and similar types.
|
Loading…
Reference in New Issue
Block a user