Table of Contents

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

T

The type of the elements in the collection.

Inheritance
NotifyCollection<T>
Implements
Inherited Members
Extension Methods

Constructors

NotifyCollection()

public NotifyCollection()