Class ListResult<TResult>
Represents a list result containing the count and items.
public class ListResult<TResult>
Type Parameters
TResult
The type of the items in the list.
- Inheritance
-
ListResult<TResult>
Properties
- Count
Gets or sets the count of items in the list.
- Items
Gets or sets the list of items.