Method OrderByDesc<TKey>(Expression<Func<TProps, TKey>>)

Assembly: redb.Core.dll

Sort within window by Props field (descending).

public IWindowSpec<TProps> OrderByDesc<TKey>(Expression<Func<TProps, TKey>> keySelector)