From b7c883ea8d52f396c8f5d2cf62aed187bfcba677 Mon Sep 17 00:00:00 2001 From: Markus Ewald Date: Sun, 14 Aug 2011 09:33:10 +0000 Subject: [PATCH] Assigning null to a key in the MultiDictionary will not delete that key (this behavior is symmetric with the behavior of querying the values under a key where null indicates that the key doesn't exist - it also doesn't add any "secret tricks" because the normal Dictionary doesn't intersect this functionality of having an extra container between the key and the values) git-svn-id: file:///srv/devel/repo-conversion/nusu@217 d2e56fa2-650e-0410-a79f-9358c0239efd --- Nuclex.Support (net-4.0).csproj | 4 +--- Source/Collections/Deque.cs | 2 +- Source/Collections/MultiDictionary.Test.cs | 4 ++-- Source/Collections/MultiDictionary.cs | 4 ++++ Source/Collections/WeakCollection.cs | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Nuclex.Support (net-4.0).csproj b/Nuclex.Support (net-4.0).csproj index 292ab3f..b365295 100644 --- a/Nuclex.Support (net-4.0).csproj +++ b/Nuclex.Support (net-4.0).csproj @@ -388,9 +388,7 @@ Foundation.snk - - - +