Table of Contents

Interface IOrderableNotifyEnumerable<T>

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

Denotes an orderable incremental collection

public interface IOrderableNotifyEnumerable<T> : INotifyEnumerable<T>, IEnumerable<T>, INotifyEnumerable, IEnumerable, INotifyCollectionChanged, INotifiable, IDisposable

Type Parameters

T

The element type

Inherited Members
Extension Methods

Properties

Sequences

Gets the sequences contained in this collection

IEnumerable<IEnumerable<T>> Sequences { get; }

Property Value

IEnumerable<IEnumerable<T>>

Methods

GetSequenceForItem(T)

Gets the sequence that contains the given item

IEnumerable<T> GetSequenceForItem(T item)

Parameters

item T

The item

Returns

IEnumerable<T>

The sequence in which the item is contained