APRlib

SupportClass.ListCollectionSupport.SubList Method 

Returns a new list containing a portion of the current list between a specified range.

public virtual ListCollectionSupport SubList(
   int startIndex,
   int endIndex
);

Parameters

startIndex
The start index of the range.
endIndex
The end index of the range.

Return Value

A ListCollectionSupport instance containing the specified elements.

See Also

SupportClass.ListCollectionSupport Class | (global) Namespace