Interface IGroupChangeSet<TObject, TKey, TGroupKey>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
A grouped change set.
public interface IGroupChangeSet<TObject, TKey, TGroupKey> : IChangeSet<IGroup<TObject, TKey, TGroupKey>, TGroupKey>, IChangeSet, IEnumerable<Change<IGroup<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