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
-
ObservableExtensions.Average<TSource>(INotifyEnumerable<TSource>, Expression<Func<TSource, double>>)ObservableExtensions.Average<TSource>(INotifyEnumerable<TSource>, Expression<Func<TSource, float?>>)ObservableExtensions.IsProperSubsetOf<T>(INotifyEnumerable<T>, IEnumerable<T>, IEqualityComparer<T>)ObservableExtensions.TopX<TItem, TKey>(INotifyEnumerable<TItem>, int, Expression<Func<TItem, TKey>>)
Properties
Sequences
Gets the sequences contained in this collection
IEnumerable<IEnumerable<T>> Sequences { get; }
Property Value
Methods
GetSequenceForItem(T)
Gets the sequence that contains the given item
IEnumerable<T> GetSequenceForItem(T item)
Parameters
item
TThe item
Returns
- IEnumerable<T>
The sequence in which the item is contained