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:
Markus Ewald 2009-03-19 19:34:11 +00:00
parent 743fc9cc09
commit 889a47db6d
5 changed files with 53 additions and 2 deletions

View file

@ -36,7 +36,8 @@ namespace Nuclex.Support.Collections {
IDeserializationCallback,
#endif
IDictionary<KeyType, ValueType>,
IDictionary {
IDictionary,
IObservableCollection<KeyValuePair<KeyType, ValueType>> {
#if !COMPACTFRAMEWORK
#region class SerializedDictionary