Table of Contents

Interface INotifyCollection<T>

Namespace
NMF.Expressions
Assembly
NMF.Expressions.Linq.dll

Denotes an incremental collection

public interface INotifyCollection<T> : INotifyEnumerable<T>, INotifyEnumerable, INotifyCollectionChanged, INotifiable, IDisposable, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

The element type

Inherited Members
Extension Methods