Table of Contents

Interface IChangeSetAdaptor<T>

Namespace
DynamicData
Assembly
DynamicData.dll

A simple adaptor to inject side effects into a change set observable.

public interface IChangeSetAdaptor<T> where T : notnull

Type Parameters

T

The type of the object.

Methods

Adapt(IChangeSet<T>)

Adapts the specified change.

void Adapt(IChangeSet<T> changes)

Parameters

changes IChangeSet<T>

The change.