Added new interface IObservableCollection which can be used to find out whether a collection can be observed, even if it is only published by its generic .NET interface
git-svn-id: file:///srv/devel/repo-conversion/nusu@123 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
743fc9cc09
commit
889a47db6d
5 changed files with 53 additions and 2 deletions
|
@ -51,6 +51,7 @@
|
|||
<Compile Include="Source\AssertHelper.Test.cs">
|
||||
<DependentUpon>AssertHelper.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Collections\IObservableCollection.cs" />
|
||||
<Compile Include="Source\Collections\ItemEventArgs.cs" />
|
||||
<Compile Include="Source\Collections\ItemEventArgs.Test.cs">
|
||||
<DependentUpon>ItemEventArgs.cs</DependentUpon>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue