Show / Hide Table of Contents

Interface INotifyEnumerable

Denotes an incremental collection

Inherited Members
IEnumerable.GetEnumerator()
INotifyCollectionChanged.CollectionChanged
INotifiable.Successors
INotifiable.Dependencies
INotifiable.Notify(IList<INotificationResult>)
INotifiable.ExecutionMetaData
IDisposable.Dispose()
Namespace: NMF.Expressions
Assembly: NMF.Expressions.Linq.dll
Syntax
public interface INotifyEnumerable : IEnumerable, INotifyCollectionChanged, INotifiable, IDisposable

Extension Methods

DebugExtensions.ExportToDgml(INotifiable, string)
DebugExtensions.Visualize(INotifiable)
ExpressionExtensions.AsOne<T>(T)
ObservableExtensions.Cast<TResult>(INotifyEnumerable)
ObservableExtensions.OfType<TResult>(INotifyEnumerable)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX