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
-
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
INotifyCollection<T> AsNotifiable()
Returns
- INotifyCollection<T>
A collection that will notify clients as new elements change