Interface ISortedChangeSet<TObject, TKey>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
An update collection as per the system convention additionally providing a sorted set of the underling state.
public interface ISortedChangeSet<TObject, TKey> : IChangeSet<TObject, TKey>, IChangeSet, IEnumerable<Change<TObject, TKey>>, IEnumerable where TObject : notnull where TKey : notnull
Type Parameters
TObject
The type of the object.
TKey
The type of the key.
- Inherited Members
- Extension Methods
Properties
SortedItems
Gets all cached items in sort order.
IKeyValueCollection<TObject, TKey> SortedItems { get; }
Property Value
- IKeyValueCollection<TObject, TKey>