Class AggregateSortByCountResult<TId>
public sealed class AggregateSortByCountResult<TId>
Type Parameters
TId
- Inheritance
-
AggregateSortByCountResult<TId>
- Inherited Members
Constructors
AggregateSortByCountResult(TId, long)
public AggregateSortByCountResult(TId id, long count)
Parameters
id
TIdcount
long
Properties
Count
public long Count { get; }
Property Value
Id
public TId Id { get; }
Property Value
- TId