Table of Contents

Namespace Acuit.Pinpoint.Common.Collections

Classes

BindableCollection<T>

A generic collection that works better with configuration binding by allowing default values to be specified but that can be overridden via configuration settings.

CollectionExtensions

Extension members for collections.

NotifyCollection<T>

Represents a dynamic data collection that provides notifications when items get added or removed, or when the whole list is refreshed.

Interfaces

INotifyCollection<T>

A collection that notifies listeners of dynamic changes, such as when an item is added and removed or the whole list is cleared.

IReadOnlyNotifyCollection<T>

A read-only collection that notifies listeners of dynamic changes, such as when an item is added and removed or the whole list is cleared.