diff --git a/Source/Collections/IObservableCollection.cs b/Source/Collections/IObservableCollection.cs index 51cc620..295c165 100644 --- a/Source/Collections/IObservableCollection.cs +++ b/Source/Collections/IObservableCollection.cs @@ -26,7 +26,7 @@ namespace Nuclex.Support.Collections { /// Interface for collections that can be observed /// Type of items managed in the collection - interface IObservableCollection { + public interface IObservableCollection { /// Raised when an item has been added to the collection event EventHandler> ItemAdded;