fix bug in Remove() method so that it properly removes the individual item after reworking linkedHead and linkedTail

This commit is contained in:
Steve Bohlen
2015-11-22 16:00:00 -05:00
parent e7dc54a85e
commit 712d3f37a9
2 changed files with 107 additions and 97 deletions

View File

@@ -127,7 +127,8 @@
<SubType>Code</SubType>
</Compile>
<Compile Include="Collections\CaseInsensitiveHashtableTests.cs" />
<Compile Include="Collections\LinkedHashDictionaryTest.cs" />
<Compile Include="Collections\Generic\ReadOnlyDictionaryTests.cs" />
<Compile Include="Collections\Generic\LinkedHashDictionaryTest.cs" />
<Compile Include="Collections\HashedSetTests.cs">
<SubType>Code</SubType>
</Compile>