PagedReadOnlyCollection Constructor
[This is preliminary documentation and subject to change.]
Initializes a new instance of the PagedReadOnlyCollection class.
Parameters
-
itemType
- The type of the items
-
pagingAmount
- The count of items which are reloaded when an unloaded item is requested.
-
maxLoadedItemCount
- The maximum amount of items which are hold in memory.
-
order
- Specifies the sequence of the items within the returned collection.
See Also
PagedReadOnlyCollection Class | PmMda.Net.Dog.Paging Namespace