Table of Contents

Interface IEnumerableExpression<T>

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

Represents a collection that can be accessed incrementally, i.e. with change notifications

public interface IEnumerableExpression<out T> : IEnumerable<T>, IEnumerableExpression, IEnumerable

Type Parameters

T

The type of the elements

Inherited Members
Extension Methods

Methods

AsNotifiable()

Gets notifications for this collection

INotifyEnumerable<out T> AsNotifiable()

Returns

INotifyEnumerable<T>

A collection that will notify clients as new elements change