Table of Contents

Interface IOrderableEnumerableExpression<T>

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

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

public interface IOrderableEnumerableExpression<T> : IEnumerableExpression<T>, IEnumerableExpression, IOrderedEnumerable<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Inherited Members
Extension Methods

Methods

AsNotifiable()

Gets notifications for this collection

IOrderableNotifyEnumerable<T> AsNotifiable()

Returns

IOrderableNotifyEnumerable<T>

A collection that will notify clients as new elements change