Table of Contents

Interface IEnumerableExpression

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

Represents a (non-generoc) collection that can be accessed incrementally, i.e. with change notifications

public interface IEnumerableExpression : IEnumerable
Inherited Members
Extension Methods

Methods

AsNotifiable()

Gets notifications for this collection

INotifyEnumerable AsNotifiable()

Returns

INotifyEnumerable

A collection that will notify clients as new elements change