Table of Contents

Interface INotifyEnumerable

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

Denotes an incremental collection

public interface INotifyEnumerable : IEnumerable, INotifyCollectionChanged, INotifiable, IDisposable
Inherited Members
Extension Methods

Properties

IsOrdered

Determines whether there is a dedicated order defined for this collection

bool IsOrdered { get; }

Property Value

bool

Methods

RequireOrder(bool)

Defines whether an order is required for the given collection

void RequireOrder(bool isOrderRequired)

Parameters

isOrderRequired bool