Exemplo n.º 1
0
 protected int FetchCount()
 {
     return(VirtualListProvider.FetchCount());
 }
Exemplo n.º 2
0
 protected IList <T> FetchPage(int pageIndex)
 {
     return(VirtualListProvider.FetchRange(pageIndex * PageSize, PageSize));
 }