Table of Contents

Interface IListExpression<T>

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

Represents a list that can be accessed incrementally, i.e. with change notifications

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

Type Parameters

T
Inherited Members
Extension Methods