pmMDA.NET

PagedReadOnlyCollection Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the PagedReadOnlyCollection class.

internal PagedReadOnlyCollection(
   Type itemType,
   int pagingAmount,
   int maxLoadedItemCount,
   DataObjectOrder order
);

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