Added new class ObservableDictionary to the collection class library; 100% test coverage for the new ObservableDictionary class; fixed some minor issues with the code of ObservableCollection and ReadOnlyDictionary
git-svn-id: file:///srv/devel/repo-conversion/nusu@117 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
f0498fbb60
commit
b90ff1c78b
7 changed files with 966 additions and 16 deletions
|
@ -59,6 +59,10 @@
|
|||
<Compile Include="Source\Collections\ObservableCollection.Test.cs">
|
||||
<DependentUpon>ObservableCollection.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\ObservableDictionary.cs" />
|
||||
<Compile Include="Source\Collections\ObservableDictionary.Test.cs">
|
||||
<DependentUpon>ObservableDictionary.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\PairPriorityQueue.cs" />
|
||||
<Compile Include="Source\Collections\PairPriorityQueue.Test.cs">
|
||||
<DependentUpon>PairPriorityQueue.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue