Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Returns a portion of the list whose keys are less than the limit object parameter.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public static SortedList HeadList(
	SortedList l,
	Object limit
)

Parameters

l
Type: System.Collections..::.SortedList
The list where the portion will be extracted.
limit
Type: System..::.Object
The end element of the portion to extract.

Return Value

The portion of the collection whose elements are less than the limit object parameter.

See Also