Table of Contents

Interface INotifyEnumerable<T>

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

Denotes an incremental collection

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

Type Parameters

T

The element type

Inherited Members
Extension Methods