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
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll