Interface IListResult<T>
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public interface IListResult<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
Items
Declaration
IReadOnlyList<T> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<T> |