pmMDA.NET

RangeList.AddRangeStartLength Method 

[This is preliminary documentation and subject to change.]

Fill a specified range in this range list.

public void AddRangeStartLength(
   int start,
   int length
);

Parameters

start
The start index of the range to fill.
length
The length of the range to fill.

See Also

RangeList Class | PmMda.Net.Dog.Paging Namespace