Skip to main content

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

Assembly: Korzh.EasyQuery.dll