Interface ISortedChangeSetAdaptor<TObject, TKey>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
A simple adaptor to inject side effects into a sorted change set observable.
public interface ISortedChangeSetAdaptor<TObject, TKey> where TObject : notnull where TKey : notnull
Type Parameters
TObject
The type of the object.
TKey
The type of the key.
Methods
Adapt(ISortedChangeSet<TObject, TKey>)
Adapts the specified change.
void Adapt(ISortedChangeSet<TObject, TKey> changes)
Parameters
changes
ISortedChangeSet<TObject, TKey>The change.