Class NotifyCollection<T>
- Namespace
- Acuit.Pinpoint.Common.Collections
- Assembly
- Acuit.Pinpoint.Common.dll
Represents a dynamic data collection that provides notifications when items get added or removed, or when the whole list is refreshed.
public class NotifyCollection<T> : ObservableCollection<T>, IList<T>, IList, ICollection, IReadOnlyList<T>, INotifyPropertyChanged, INotifyCollection<T>, ICollection<T>, IReadOnlyNotifyCollection<T>, INotifyCollectionChanged, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable
Type Parameters
TThe type of the elements in the collection.
- Inheritance
-
Collection<T>NotifyCollection<T>
- Implements
-
IList<T>ICollection<T>IEnumerable<T>
- Inherited Members
- Extension Methods
Constructors
NotifyCollection()
public NotifyCollection()