pmMDA.NET

RangeList.GetMissingCountFromPersistentIndex Method 

[This is preliminary documentation and subject to change.]

Gets the count of objects which are missing before a specified index.

public int GetMissingCountFromPersistentIndex(
   int index
);

Parameters

index
The index until which the count of missing items is requested.

Return Value

The count of missing items before the specified index.

See Also

RangeList Class | PmMda.Net.Dog.Paging Namespace