IPagedList<T> interface
Implements both IPaging
and System.Collections.Generic.IEnumerable
interfaces. Itβs used to return paged list of objects.
public interface Korzh.EasyQuery.Services.IPagedList<T> : IEnumerable<T>, IEnumerable, IPaging