IPagedList<T> interface
IPagedList interface
Section titled “IPagedList 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