public PagedList( IEnumerable<T> source, int page, int pageSize, int count = -1 )
Public Sub New ( source As IEnumerable(Of T), page As Integer, pageSize As Integer, Optional count As Integer = -1 )
public: PagedList( IEnumerable<T>^ source, int page, int pageSize, int count = -1 )
new : source : IEnumerable<'T> * page : int * pageSize : int * ?count : int (* Defaults: let _count = defaultArg count -1 *) -> PagedList
GSF.Collections.PagedList = function(source, page, pageSize, count);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.