fix bug in Remove() method so that it properly removes the individual item after reworking linkedHead and linkedTail
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user