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
-
ExpressionExtensions.Count<TSource>(IEnumerableExpression<TSource>, Expression<Func<TSource, bool>>)ExpressionExtensions.IsSupersetOf<T>(IEnumerableExpression<T>, IEnumerable<T>, IEqualityComparer<T>)ExpressionExtensions.Sum<TSource>(IEnumerableExpression<TSource>, Expression<Func<TSource, double>>)ExpressionExtensions.Sum<TSource>(IEnumerableExpression<TSource>, Expression<Func<TSource, float?>>)
Methods
AsNotifiable()
Gets notifications for this collection
INotifyEnumerable<out T> AsNotifiable()
Returns
- INotifyEnumerable<T>
A collection that will notify clients as new elements change