Table of Contents

Interface ICollectionExpression<T>

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

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

public interface ICollectionExpression<T> : IEnumerableExpression<T>, IEnumerableExpression, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
Inherited Members
Extension Methods

Methods

AsNotifiable()

Gets notifications for this collection

INotifyCollection<T> AsNotifiable()

Returns

INotifyCollection<T>

A collection that will notify clients as new elements change