Table of Contents

Interface IImmutableGroupChangeSet<TObject, TKey, TGroupKey>

Namespace
DynamicData
Assembly
DynamicData.dll

A grouped update collection.

public interface IImmutableGroupChangeSet<TObject, TKey, TGroupKey> : IChangeSet<IGrouping<TObject, TKey, TGroupKey>, TGroupKey>, IChangeSet, IEnumerable<Change<IGrouping<TObject, TKey, TGroupKey>, TGroupKey>>, IEnumerable where TObject : notnull where TKey : notnull where TGroupKey : notnull

Type Parameters

TObject

The source object type.

TKey

The type of the key.

TGroupKey

The value on which the stream has been grouped.

Inherited Members
Extension Methods