Table of Contents

Interface IDistinctChangeSet<T>

Namespace
DynamicData
Assembly
DynamicData.dll

A collection of distinct value updates.

public interface IDistinctChangeSet<T> : IChangeSet<T, T>, IChangeSet, IEnumerable<Change<T, T>>, IEnumerable where T : notnull

Type Parameters

T

The type of the item.

Inherited Members
Extension Methods