Table of Contents

Interface INotifyGrouping<TKey, TItem>

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

Denotes an incremental grouping

public interface INotifyGrouping<out TKey, out TItem> : INotifyEnumerable<TItem>, INotifyEnumerable, INotifyCollectionChanged, INotifiable, IDisposable, IGrouping<TKey, TItem>, IEnumerable<TItem>, IEnumerable

Type Parameters

TKey

The type of the key

TItem

The type of items

Inherited Members
Extension Methods