Interface IGroup<TObject, TKey, TGroupKey>
- Namespace
- Dynamic
Data
- 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
- Extension Methods
Properties
Cache
Gets the observable for the group.
Property Value
- IObservable
Cache <TObject, TKey> The observable.