Interface IGroup<TObject, TKey, TGroupKey>
- Namespace
- DynamicData
- Assembly
- DynamicData.dll
An update stream which has been grouped by a common key.
public interface IGroup<TObject, TKey, out TGroupKey> : IKey<TGroupKey> where TObject : notnull where TKey : notnull
Type Parameters
TObject
The type of the object.
TKey
The type of the key.
TGroupKey
The type of value used to group the original stream.
- Inherited Members
Properties
Cache
Gets the observable for the group.
IObservableCache<TObject, TKey> Cache { get; }
Property Value
- IObservableCache<TObject, TKey>
The observable.