Interface IEnumerableExpression
Represents a (non-generoc) collection that can be accessed incrementally, i.e. with change notifications
Inherited Members
Namespace: NMF.Expressions
Assembly: NMF.Expressions.Linq.dll
Syntax
public interface IEnumerableExpression : IEnumerable
Methods
| Edit this page View SourceAsNotifiable()
Gets notifications for this collection
Declaration
INotifyEnumerable AsNotifiable()
Returns
Type | Description |
---|---|
INotifyEnumerable | A collection that will notify clients as new elements change |