Show / Hide Table of Contents

Interface IEnumerableExpression

Represents a (non-generoc) collection that can be accessed incrementally, i.e. with change notifications

Inherited Members
IEnumerable.GetEnumerator()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.Linq.dll
Syntax
public interface IEnumerableExpression : IEnumerable

Methods

| Edit this page View Source

AsNotifiable()

Gets notifications for this collection

Declaration
INotifyEnumerable AsNotifiable()
Returns
Type Description
INotifyEnumerable

A collection that will notify clients as new elements change

Extension Methods

ExpressionExtensions.AsOne<T>(T)
ExpressionExtensions.Cast<TResult>(IEnumerableExpression)
ExpressionExtensions.OfType<TResult>(IEnumerableExpression)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX