Table of Contents

Interface INotifyList<TItem>

Namespace
Ecng.Collections
Assembly
Ecng.Collections.dll

Represents a list that notifies about its changes.

public interface INotifyList<TItem> : INotifyCollection<TItem>, IList<TItem>, ICollection<TItem>, IEnumerable<TItem>, IEnumerable

Type Parameters

TItem

The type of elements in the list.

Inherited Members
Extension Methods