pmMDA.NET

RangeList.GetMissingCountFromLoadedItemNr Method 

[This is preliminary documentation and subject to change.]

Gets the count of objects which are missing before a specified amount of available items is achieved.

public int GetMissingCountFromLoadedItemNr(
   int itemCount
);

Parameters

itemCount
The count of available items.

Return Value

The count of objects which are missing before the amount of available items is achieved.

See Also

RangeList Class | PmMda.Net.Dog.Paging Namespace