pmMDA.NET

RangeList Members

RangeList overview

Public Instance Constructors

RangeList Constructor Initializes a new instance of the RangeList class.

Public Instance Properties

Item Gets the range at a specified index

Public Instance Methods

AddRangeStartEnd Fill a specified range in this range list.
AddRangeStartLength Fill a specified range in this range list.
Clear Clears all available ranges.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetMissingCountFromLoadedItemNr Gets the count of objects which are missing before a specified amount of available items is achieved.
GetMissingCountFromPersistentIndex Gets the count of objects which are missing before a specified index.
GetMissingRanges Gets the ranges which are missing in a specified range.
GetType (inherited from Object) Gets the Type of the current instance.
IsRangedOverloaded. Gets whether a specified index in part of this range list.
RemoveRangeStartEnd Clears a specified range from this list.
RemoveRangeStartLength Clears a specified range from this list.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

RangeList Class | PmMda.Net.Dog.Paging Namespace